Expand description
snix-serde implements (de-)serialisation of Rust data structures
to/from Nix. This is intended to make it easy to use Nix as as
configuration language.
Modulesยง
Functionsยง
- from_
str - Evaluate the Nix code in
srcand attempt to deserialise the value it returns toT. - from_
str_ with_ config - Evaluate the Nix code in
src, with extra configuration for thesnix_eval::Evaluationprovided by the given closure.