about summary refs log blame commit diff
path: root/tvix/nix-compat/src/wire/mod.rs
blob: a197e3a1f45141795d22316bb94c1ac5c2e85c4e (plain) (tree)
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.

mod bytes;
pub use bytes::*;