rust/src/libserialize
Simon Sapin 56218f5dfc Implement FromBase64 for &[u8].
The algorithm was already based on bytes internally.

Also use byte literals instead of casting u8 to char for matching.
2014-07-19 16:46:14 +01:00
..
base64.rs Implement FromBase64 for &[u8]. 2014-07-19 16:46:14 +01:00
collection_impls.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
ebml.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
hex.rs Deprecate str::from_utf8_owned 2014-07-15 19:55:17 +02:00
json.rs Ignore one test. 2014-07-18 11:58:45 -07:00
lib.rs Update doc URLs for version bump 2014-07-11 11:21:57 -07:00
serialize.rs Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395 2014-07-07 13:02:09 +10:00