[go: up one dir, main page]

toml 0.3.0

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 #41618 2017-02-10 23:55:45
# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)# 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.0
Compiling serde v0.9.7
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.9.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a9ba00b0cda1495 -C extra-filename=-6a9ba00b0cda1495 --out-dir /home/cratesfyi/toml-0.3.0/debug/deps -L dependency=/home/cratesfyi/toml-0.3.0/debug/deps --cap-lints allow`
Documenting toml v0.3.0
Running `rustdoc --crate-name toml .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.3.0/src/lib.rs -o /home/cratesfyi/toml-0.3.0/doc -L dependency=/home/cratesfyi/toml-0.3.0/debug/deps --extern serde=/home/cratesfyi/toml-0.3.0/debug/deps/libserde-6a9ba00b0cda1495.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 7.52 secs