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

pub use error::Error;