My fork of toml-rs with no_std support.
Find a file
Yehuda Katz + Carl Lerche 806a7bd937 Decodes foo-bar into a field named foo_bar
This logic is specific to the Decoder, and because Rust does not support
hyphenated names as identifiers, it's the only reasonable thing to do
with hyphenated names in Toml.
2014-07-02 17:23:35 -07:00
src Decodes foo-bar into a field named foo_bar 2014-07-02 17:23:35 -07:00
.gitignore Ignore some directories 2014-06-20 17:06:24 -07:00
.travis.yml Add a travis yml 2014-06-20 17:09:35 -07:00
Cargo.toml Add a Cargo.toml 2014-06-20 17:12:03 -07:00
Makefile Make some makefile variables overridable 2014-06-26 19:27:42 -07:00