Re-export PgRecordEncoder and PgRecordDecoder

This commit is contained in:
Ryan Leckey 2020-03-18 22:11:02 -07:00
parent 5809f8687c
commit 829f37793a

View file

@ -2,3 +2,4 @@ mod numeric;
mod record;
pub use numeric::{PgNumeric, PgNumericSign};
pub use record::{PgRecordEncoder, PgRecordDecoder};