cup 1.0.0

A config file lib. You can use it, maybe?
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Cup

A configuration file spec/impl

```rust
# this is a comment

integer = 4
float = 5.2
really_big_number = 2_000_000_000.000_462_234_119

```