eager2-core 1.1.4

eager2 internal helper crate
Documentation

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 eager2 code which needs to be compiled)