1 2 3 4 5 6 7
#![feature(async_fn_in_trait)] pub mod deps; mod mapping; pub mod thunk; pub use mapping::Mapper;