-
For example, this file1 is currently at 3043 lines, is lacking a great deal of documentation (especially examples), I've split off a lot of the logic into private modules, and I've moved the tests out into a separate mod as well.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
For example, check out src/io/mod.rs or src/fs/mod.rs, which has a lot of re-exports. See also the standard library, e.g., src/sync/mod.rs.
-
For example, check out src/io/mod.rs or src/fs/mod.rs, which has a lot of re-exports. See also the standard library, e.g., src/sync/mod.rs.
Related posts
-
Rust vs Go? Which should you choose in 2024
-
Stabilizing async fn in traits in 2023 | Inside Rust Blog
-
As part of the stdlib mutex overhaul, std::sync::Mutex on Linux now has competitive performance with parking_lot
-
Will C++ ever be as safe as Rust? Does The Standard even care?
-
Microsoft Rust intro says "Rust is known to leak memory"