aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/src/lib.rs
blob: 27ea69fbddab9884d3838e2deb8076e644dff2f7 (plain)
1
2
3
4
5
6
7
8
9
#[cfg(not(test))]
mod c;
mod error;
#[cfg(unused)]
mod nar;
mod store;
mod util;

pub use error::Error;