423 B
423 B
website | obj |
---|---|
https://www.rust-lang.org/ | application |
Rust
#wip #🐇 #notnow
Rust is a safe and performant programming language.
Crates
- anyhow : error handling
- thiserror : error handling
- size : working with file sizes
- sugars : syntax macros
- env_logger : logging
- log : logging
- serde : serialization
- serde_json : json
- base64 : base64
- bincode : binary serialization
- ...