Expand description
Deserialisation from Nix to Rust values.
Structsยง
- Enum ๐
- NixDeserializer ๐
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. - unexpected ๐
- visit_
integer ๐