04827b4d07
This avoids a conflict with serialization::Error and actually re-exports it from the crate root as intended. It also fixes a build break due to the new import shadowing gate in rustc. |
||
---|---|---|
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
README.md |
toml-rs
A TOML decoder and encoder for Rust.
# Cargo.toml
[dependencies.toml]
git = "https://github.com/alexcrichton/toml-rs"