(no title)
inferiorhuman | 1 month ago
Rust assumes a runtime, the standard library assumes a stack exists, a heap
exists, and that main() is called by an OS;
Wrong.Source: I'm writing Rust without a runtime without a heap and without a main function. You can too.
xobs|1 month ago
comex|1 month ago