Hasty Briefsbeta

Bilingual

Crust – Rust that is Fun

a year ago
  • #Rust
  • #Compiler
  • #Programming
  • Every function is unsafe.
  • No references, only pointers.
  • No cargo, build with rustc directly.
  • No std, but libc is allowed.
  • Only Edition 2021.
  • All user structs and enums #[derive(Clone, Copy)].
  • Everything is pub by default.
  • The list of rules may change.
  • Goal is to make programming in Rust fun.
  • Currently used in the B Compiler Project.