basic-toml 0.1.10

Minimal TOML library with few dependencies
Documentation
1
2
3
4
5
6
7
{
    "pound": {"type": "string", "value": "We see no # comments here."},
    "poundcomment": {
        "type": "string",
        "value": "But there are # some comments here."
    }
}