rust/src/libserialize
Alex Crichton b53454e2e4 Move std::{reflect,repr,Poly} to a libdebug crate
This commit moves reflection (as well as the {:?} format modifier) to a new
libdebug crate, all of which is marked experimental.

This is a breaking change because it now requires the debug crate to be
explicitly linked if the :? format qualifier is used. This means that any code
using this feature will have to add `extern crate debug;` to the top of the
crate. Any code relying on reflection will also need to do this.

Closes #12019

[breaking-change]
2014-05-27 21:44:51 -07:00
..
base64.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
collection_impls.rs serialize: use Result 2014-03-27 17:41:55 -07:00
ebml.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
hex.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
json.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
lib.rs Change static.rust-lang.org to doc.rust-lang.org 2014-05-21 19:55:39 -07:00
serialize.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00