rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
TOKEN_PATH_REL, "./"
TOKEN_INTERPOL_START, "${"
TOKEN_IDENT, "foo"
TOKEN_INTERPOL_END, "}"
TOKEN_INTERPOL_START, "${"
TOKEN_IDENT, "bar"
TOKEN_INTERPOL_END, "}"