Rust

Rust #

开发环境 #

Rust生态 #

基础库 #

  • 序列化和反序列化 serde, serde-json
  • 网络和高性能I/O tokio
  • 错误处理 thiserror anyhow
  • 命令行处理 clap, structopt, dialoguer, indicatif
  • 异步 futures, async-trait
  • 并发 crossbeam
  • parser库 nom, pest, combine

Archives #

© 2024 青蛙小白
comments powered by Disqus