Ferum is a project aimed to rewrite C Standard Library in a Rust way.
Development status: initial state.
Implemented (kinda):
- Generics (via macro templates)
- Traits (fat pointers)
- Types:
Option<T>,Vector<T>,Slice<T>,String,str - Iterator
- Convenient
foreachmacro - Move semantics