Join Nostr
2026-06-03 00:04:31 UTC
in reply to

Bill Cypher on Nostr: File structure. C derivatives require header files and rust doesn't, a module is a ...

File structure. C derivatives require header files and rust doesn't, a module is a single file. That makes it easier for computers and humans to keep what they need in their context window.

Also rust error messages are way more clear and helpful.