1
2
3
4
5
6
7
#![feature(raw, fn_traits, unboxed_closures)]

pub mod herald;

pub mod prelude {
  pub use crate::herald::*;
}