rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
{
  simple = "hello";
  indented = ''
    hello
    world
  '';
  uri_is_also_a_string_how_convenient = http://example.org/foo.tar.bz2;
}