master
Fix warnings from clippy (rust 1.87.0) (#856)
ci: Fix MSRV build by precisely specifying some deps. (#731)
feat: support throughput reports in bits (#833)
`impl AsyncExecutor for tokio::runtime::Handle` (#712)
Enable `clippy::doc_markdown`, fix remaining issues. (#805)
Apply clippy suggestions for rust-1.62 (#591)
Improve docs. (#802)
Use `const` `len` now that MSRV is > 1.39 (#797)
fix: deal with throughput in bits (#861)
serde: Use derives via feature, no more macro_use. (#790)
Use unicode minus signs in HTML output (#734)
[nit] Fix nits in fs.rs. (#758)
Updated to Rust 2018.
Address beta and nightly clippy lints. (#520)
Improve doc linking. (#796)
Replace once_cell::sync::Lazy with std::sync::OnceLock (#757)