tinyecs 0.0.3

Tiny entity component system
Documentation
1
2
3
4
use std::any::{Any};

pub trait Component : Any {
}