eager2-core
This is a helper crate for eager2. It exists to reduce compile times by:
- Having 0 dependencies (except for those used for testing)
- Not having a build script
- Containing as much of the code as possible (i.e. reducing the
eager2code which needs to be compiled)