Crate pgcopy

Source
Expand description

Serializer (TBD) and low-level encoder for PostgreSQL COPY WITH BINARY format, which is “somewhat faster than the text and CSV formats”.

Modules§

types
Conversion traits from various types into PostgreSQL binary format.

Structs§

Encoder
Low-level encoder for binary format.