e2r 0.2.0

experimental rendering engine in rust
Documentation
//todo:
pub mod i_init;
pub mod i_pool;
pub mod i_threadpool;
pub mod i_alloc;
pub mod i_free;
pub mod i_memory_partition;
pub mod i_memory_manager;
pub mod i_shape;
pub mod i_bound;
pub mod i_interpolate;
pub mod i_intersect;
pub mod i_vicinity;
pub mod i_spatial_accel;
pub mod i_window;
// pub mod i_rendernode;
pub mod i_renderpass;
pub mod i_renderobj;
pub mod i_ads;
pub mod i_ele;
pub mod i_component;
pub mod i_comparable;
pub mod i_stat_tree;