aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/src/lib.rs
blob: 2dbe6a2174306d3fbc349b7dada49965a7e140e6 (plain)
1
2
3
4
5
6
7
8
9
#![feature(await_macro, async_await)]

mod c;
mod error;
mod foreign;
mod store;
mod util;

pub use error::Error;