Skip to content

Latest commit

 

History

History

Rust 相關文章

這邊還需要大幅整理


  • CLI args parsing ➡ clap
  • Serialization ➡ serde + XXX format
  • Asynchronous ➡ tokio
  • Regex ➡ regex
  • Logging ➡ log + XXX
  • Config ➡ config
  • HTTP ➡ hyper
  • Python <-> Rust ➡ pyo3
  • Bits Tuning ➡ packed_struct
  • Template Engine ➡ askama
  • Builder Pattern ➡ derive_builder
  • Static Variable ➡ lazy_static
  • Random ➡ rand
  • Faker ➡ fake
  • Syntex Highlight ➡ syntect
  • Temporary Folder ➡ tempdir
  • String Similarity ➡ strsim
  • mmap file I/O ➡ memmap
  • N dimention array ➡ ndarray
  • Vulkan ➡ vulkano
  • Database ➡ r2d2 + diesel
  • Float to string ➡ ryu
  • Date and Time ➡ chrono
  • 範例 ➡ Rust Cookbook
  • NTP client

一般使用:

Edition:

其他: