Simple Entity-Component System in Rust:
- minimal functionality
- perfect data representation
- no unsafe code
Crates:
id: providesIdandArrayhelpers for safer addressingecs: simple macro-generated ECSsecssyntax extension (struct decorator) doing the same but properly handing visibility and generics
