這邊還需要大幅整理
- 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
- 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
- Multimedia
- 資料庫 (Database)
- NTP client
一般使用:
- Testing
- Fuzz Testing
- Benchmark
- 套件處理 - Cargo
- Linking
- 文件 (Documentation)
- 網路相關 (Network)
- 開發相關工具 (Development Tools)
- Graphic
- GUI
- Syntax Highlighting
- 圖像處理
- 機器學習
- Microcontroller
Edition:
其他: