rust-postgres/tests
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
test.rs Fix tests 2015-02-12 13:29:50 -08:00