[go: up one dir, main page]

toml 0.3.1

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 #42921 2017-02-27 20:54:58
# rustc version
rustc 1.17.0-nightly (0f34b532a 2017-02-21)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading toml v0.3.1
Compiling serde v0.9.9
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.9.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=76d50e405e460a24 -C extra-filename=-76d50e405e460a24 --out-dir /home/cratesfyi/toml-0.3.1/debug/deps -L dependency=/home/cratesfyi/toml-0.3.1/debug/deps --cap-lints allow`
Documenting toml v0.3.1
Running `rustdoc --crate-name toml .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.3.1/src/lib.rs -o /home/cratesfyi/toml-0.3.1/doc -L dependency=/home/cratesfyi/toml-0.3.1/debug/deps --extern serde=/home/cratesfyi/toml-0.3.1/debug/deps/libserde-76d50e405e460a24.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 8.14 secs