sluice
sluice copied to clipboard
Asynchronous byte buffers and pipes for concurrent I/O programming.
Pipes are also useful in synchronous applications, which could also benefit from our performant rotating buffer implementation. There's no technical reason why the existing `PipeReader` and `PipeWriter` types couldn't implement...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.6.0 to 0.8.1. Release notes Sourced from criterion's releases. criterion-plot-v0.8.1 Fixed Typo criterion-v0.8.1 Fixed Homepage link Other (deps) bump crate-ci/typos from 1.23.5 to 1.40.0 (deps) bump jontze/action-mdbook...
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.3.1 to 2.5.0. Release notes Sourced from async-channel's releases. v2.5.0 Add Sender::closed() (#102) v2.4.0 Add Sender::same_channel() and Receiver::same_channel(). (#98) Add portable-atomic feature to support platforms without atomics....