knowledge/technology/programming/languages/Rust.md
2023-12-04 11:02:23 +01:00

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
  • ...