knowledge/technology/programming/languages/Rust.md

21 lines
423 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
website: https://www.rust-lang.org/
obj: application
---
# Rust
#wip #🐇 #notnow
Rust is a safe and performant programming language.
## [Crates](https://lib.rs/)
- 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
- ...