[go: up one dir, main page]

config 0.1.1

A library to parse and load configuration files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Change Log

## [Unreleased][unreleased]

## 0.1.0 (04/19/2015)

* The parser is now backed by [nom]https://github.com/Geal/nom
* Dependencies on `rustc_private` removed
* Compiles on beta and nightly

## 0.0.1 (04/16/2015)

* First release

[unreleased]: https://github.com/filipegoncalves/rust-config/compare/0.1.0...HEAD