//! For more details on usage, see [the README](https://github.com/sezna/blob/master/README.md).
extern crate either;
extern crate rayon;
use Dimension;
use Node;
/* public-facing entry points */
pub use AsEntity;
pub use AsEntity;
pub use Entity;
pub use GravTree;
pub use Responsive;
pub use SimulationResult;