Nix/nix-rust/src/lib.rs

10 lines
104 B
Rust

#[cfg(not(test))]
mod c;
mod error;
#[cfg(unused)]
mod nar;
mod store;
mod util;
pub use error::Error;