Skip to content

x4d47/ferum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ferum

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 foreach macro
  • Move semantics

About

Ferum is a project aimed to rewrite C Standard Library in a Rust way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors