Rust 相關文章
這邊還需要大幅整理
TL;DR
CLI args parsing ➡
clap
Serialization ➡
serde
+ XXX formatAsynchronous ➡
tokio
Regex ➡
regex
Logging ➡
log
+ XXXConfig ➡
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
語言核心功能
生態圈
- Regular Expression
regex
fancy-regex
- Serialization
serde
- Logging
log
- Security
ring
webpki
rustls
quinn
- Asynchronous I/O
futures
mio
tokio
actix
- Error Handling
Option/Result
Box<Error>
failure
Unstable
練習
NTP client
內部實做
列表
一般使用:
Edition:
其他: