e2r 0.10.0

experimental rendering engine in rust
Documentation
1
2
3
4
pub trait IScheduler {
    type Item;
    fn new( items: &[Self::Item] ) -> Self;
}