Expand description
This module implements Nix attribute sets, backed by Rust hash maps.
Structsยง
- Iter
- Iterator over a Nix attribute set.
- Keys
- NixAttrs
- Owned
Attrs Iterator - Wrapper type which hides the internal implementation details from users.
Enumsยง
- Into
Iter Repr - Internal representation of an owning attrset iterator
- KeyValue
- Iterator representation over the keys and values of an attribute set.
- Keys
Inner ๐
Functionsยง
- set_
attr ๐ - Set an attribute on an in-construction attribute set, while checking against duplicate keys.
Type Aliasesยง
- Attrs
Rep ๐