eager2-core 1.1.3

eager2 internal helper crate
Documentation
1
2
3
4
5
6
# eager2-core

This is a helper crate for [`eager2`](../README.md). 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 `eager2` code which needs to be compiled)