rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  hello "Hello Ùnicödə" = 1;
  test = {
    valid = "entry";
    invalid "entry";
    another = "valid entry";
  };
  test2 = {
    hello = "hi";
    aaaa
  };
}