rust/src/cargo
Erick Tryzelaar 012dec5e57 std: rewrite json.rs to fix bugs and use readers/writers
Our json implementation did not conform to the spec, and
was missing support for escpaed characters and exponental
numbers. This fixes it, and adds support for reading/writing
json directly from/to a stream.

There are two things left unimplemented. We could use a
"to_json" iface/impl, but that really needs traits to cut
down on code duplication. The other is it wouldn't be that
not that hard to turn this implementation into a event driven
parser like YAJL, but I ran into some type-inference bugs,
so I cut that out. It'd be nice to revisit this in the future
though.
2012-02-28 18:00:50 -08:00
..
cargo.rc Update crates with correct crate_type attribute 2012-01-17 15:13:43 -08:00
cargo.rs std: rewrite json.rs to fix bugs and use readers/writers 2012-02-28 18:00:50 -08:00
pgp.rs Adjust fuzzer and cargo to changes in core::str API 2012-02-23 17:11:21 +01:00
sources.json Point to correct cargo-central. 2012-01-22 21:33:53 -07:00