rust-postgres/src
Steven Fackler a0cca5fa77 Add a Slice adapter type
Until impl specialization exists, we can't define this implementaion
directly on &[T] because of the existing implementation for &[u8].

Closes #92
2015-02-12 22:52:55 -08:00
..
types Add a Slice adapter type 2015-02-12 22:52:55 -08:00
error.rs Make DbError constructors actually private 2015-02-06 09:03:49 -08:00
io.rs Fix for IO changes 2015-01-28 08:52:33 -08:00
lib.rs Add a Slice adapter type 2015-02-12 22:52:55 -08:00
macros.rs Store element type for unknown types 2015-01-21 22:11:43 -08:00
message.rs Stop using endian conversion Writer/Reader methods 2015-02-04 19:40:33 -08:00
ugh_privacy.rs Shuffle unknown type boxing a bit 2015-02-06 09:03:49 -08:00
url.rs Stop using BytesContainer in URL parser 2015-02-05 18:40:46 -08:00
util.rs Make execute return a u64 instead of usize 2015-02-06 09:03:48 -08:00