Rust Lang Packages(Crates)

Some good crates to start with are:

  1. clap : for argument parsing
  2. serde : for file formats (eg JSON)
  3. errors - anyhow or thiserror 6 for easy error types
  4. tracing + tracing-subscriber : for logging/instrumentation.
  5. tokyo: async
  6. shell & scripts: xshell or duct

Local dev

e.g. Cargo.toml

std lib

logging

serde - Read json/yaml etc

Scripting with rust

Errors

Paralel threads

SQL / Database

Web Sockets

bash shell commands

# or

# or

Rust/CratesPackages (last edited 2023-10-01 05:35:22 by PieterSmit)