mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 00:26:15 +02:00
10 lines
142 B
Rust
10 lines
142 B
Rust
#[allow(improper_ctypes_definitions)]
|
|
#[cfg(not(test))]
|
|
mod c;
|
|
mod error;
|
|
#[cfg(unused)]
|
|
mod nar;
|
|
mod store;
|
|
mod util;
|
|
|
|
pub use error::Error;
|