e2rcore/
core.rs

1#![feature(type_ascription)]
2#![feature(associated_type_defaults)]
3
4pub mod interface;
5pub mod implement;
6#[cfg(test)]
7pub mod test;
8
9#[macro_use] extern crate log;
10
11#[macro_use] extern crate nom;