about summary refs log tree commit diff
path: root/tvix/nix-compat/src/wire/mod.rs
blob: e0b184c78aecef866fc9bcbcfad66df1e16f99ca (plain) (blame)
1
2
3
4
5
//! 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 primitive;