about summary refs log tree commit diff
path: root/tvix/nix-compat/src/wire/mod.rs
//! Module parsing and emitting the wire format used by Nix, both in the
//! nix-daemon protocol as well as in the NAR format.

mod bytes;
pub use bytes::*;