bchan 1.0.0

A buffered channel similar to std::sync::mpsc::channel, but faster.
Documentation
  • Coverage
  • 57.14%
    4 out of 7 items documented1 out of 7 items with examples
  • Size
  • Source code size: 7.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 339.75 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • georgebarwood/bchan
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • georgebarwood

Rust crate that provides a buffered channel similar to std::sync::mpsc::channel, but faster.

crates.io : https://crates.io/crates/bchan

documentation: https://docs.rs/bchan/latest/bchan/