File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-binary-copy"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " Support for binary-format COPY query execution with postgres"
7- documentation = " https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.0 /postgres_binary_copy"
7+ documentation = " https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.1 /postgres_binary_copy"
88repository = " https://github.com/sfackler/rust-postgres-binary-copy"
99readme = " README.md"
1010keywords = [" database" , " sql" , " postgres" , " copy" ]
Original file line number Diff line number Diff line change 55Support for binary-format ` COPY ` query execution with
66[ rust-postgres] ( https://github.com/sfackler/rust-postgres ) .
77
8- [ Documentation] ( https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.0 /postgres_binary_copy )
8+ [ Documentation] ( https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.1 /postgres_binary_copy )
99
1010## Example
1111
Original file line number Diff line number Diff line change 2727//! stmt.copy_in(&[], &mut reader).unwrap();
2828//! }
2929//! ```
30- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.0 " ) ]
30+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.2.1 " ) ]
3131#![ warn( missing_docs) ]
3232extern crate byteorder;
3333extern crate postgres;
You can’t perform that action at this time.
0 commit comments