Docs.rs
rustc-serialize-0.3.25
rustc-serialize 0.3.25
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
alexcrichton
huonw
github:rust-lang-nursery:libs
Dependencies
rand ^0.3
dev
Versions
73.82%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustc_
serialize
0.3.25
Object
Aliased Type
In rustc_
serialize::
json
rustc_serialize
::
json
Type Alias
Object
Copy item path
Source
pub type Object =
BTreeMap
<
String
,
Json
>;
Aliased Type
ยง
struct Object {
/* private fields */
}