bincode/src
Cody P Schafer 9ab3320db7 SliceBox: allow Deref into &[T]
Allows more convenient use of SliceBox where one doesn't care whether
it represents a Vec<T> or &[T] and can handle using a &[T].
2015-05-28 12:05:30 -04:00
..
lib.rs Removes the "bytes read" return part from `decode` 2015-05-18 23:28:39 -07:00
reader.rs Removes the "bytes read" return part from `decode` 2015-05-18 23:28:39 -07:00
refbox.rs SliceBox: allow Deref into &[T] 2015-05-28 12:05:30 -04:00
test.rs SliceBox: allow Deref into &[T] 2015-05-28 12:05:30 -04:00
writer.rs cleaned up refbox implementation and added tests 2015-05-02 12:23:27 -07:00