Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 290 Bytes

Rustlike

How far do you get in C++ before longing for Rust, if only its standard library? Let's reuse the best ideas as far as possible.

Planned content

  • Result<>
  • SentinelOption<>
  • Slice<>
  • SizedSlice<>
  • Mutex<>
  • Cell<>
  • enum translator // derive(Debug)