nebu/rs.md
ฯ 0.0%
Dimensions
rs
Rust with everything dynamically-sized removed. no heap. no `Vec`. no `String`. no unbounded recursion. every value has a known size at compile time. every loop has a known bound the hidden truth: every `u64` in Rs is secretly a `word` โ type tag 0x01 โ which is secretly a field element with aโฆ
hemera/rs
rs