aboutsummaryrefslogtreecommitdiff
path: root/incria/src/lib.rs
blob: 2f52fbbdf1c4c0fe7af1c75677a1c943a9d65e90 (plain)
1
2
3
4
5
6
7
#![feature(async_fn_in_trait)]

pub mod deps;
mod mapping;
pub mod thunk;

pub use mapping::Mapper;