rust/src/libserialize
Alex Crichton 1de4b65d2a Updates with core::fmt changes
1. Wherever the `buf` field of a `Formatter` was used, the `Formatter` is used
   instead.
2. The usage of `write_fmt` is minimized as much as possible, the `write!` macro
   is preferred wherever possible.
3. Usage of `fmt::write` is minimized, favoring the `write!` macro instead.
2014-05-15 23:22:06 -07:00
..
base64.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
collection_impls.rs
ebml.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hex.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
json.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
serialize.rs Restore Decodable impl for ~[T] 2014-05-08 12:08:01 -07:00