All posts for tag "libraries"

Total 1 posts
📄 Rust_libraries
C:2023-03-01 M:2023-03-01
Resources awesome-rust 日常开发第三方库精选 Rust Language Related Error crate description anyhow Flexible concrete Error type built on std::error::Error thiserror derive(Error) futures futures and streams featuring zero allocations, composability, and iterator-like interfaces Logging crate description log Offical, to show message, it needs a implementation, recommend env_logger tracing trace, better for async programming development Concurrency crate description tokio suitable for IO-intensive computing, not the