[go: up one dir, main page]

toml 0.3.2

A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
Documentation
Build #45532 2017-04-01 01:47:26
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading toml v0.3.2
Compiling serde v0.9.12
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.9.12/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=83807b4f9801fcb4 -C extra-filename=-83807b4f9801fcb4 --out-dir /home/cratesfyi/toml-0.3.2/debug/deps -L dependency=/home/cratesfyi/toml-0.3.2/debug/deps --cap-lints allow`
Documenting toml v0.3.2
Running `rustdoc --crate-name toml .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.3.2/src/lib.rs -o /home/cratesfyi/toml-0.3.2/doc -L dependency=/home/cratesfyi/toml-0.3.2/debug/deps --extern serde=/home/cratesfyi/toml-0.3.2/debug/deps/libserde-83807b4f9801fcb4.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 8.69 secs