directory
0.0.0-20241001140320-1cfc79ecf30e
Repository: https://github.com/nix-community/go-nix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package hash provides methods to serialize and deserialize some of the hashes used in nix code and .narinfo files.
Package nar implements access to .nar files.
No description provided by the author
Package nixbase32 implements the slightly odd "base32" encoding that's used in Nix.
Package storepath parses and renders Nix store paths.
Package wire provides methods to parse and produce fields used in the low-level Nix wire protocol, operating on io.Reader and io.Writer When reading fields with arbitrary lengths, a maximum number of bytes needs to be specified.