blob: 9444ebbcfe59b6684afa52a6f41241ed3b14591d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
//! Module parsing and emitting the wire format used by Nix, both in the
//! nix-daemon protocol as well as in the NAR format.
#[cfg(feature = "async")]
pub mod bytes;
#[cfg(feature = "async")]
pub mod primitive;
|