Fast sync and async channel, to bring the best of both worlds together.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kanal

    The fast sync and async channel that Rust deserves

  • Thanks both of you, I fixed it with this commit: https://github.com/fereidani/kanal/commit/8a4df536c5723acce491f34a3b1014d00e407187

  • unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

  • running 1 test test kanal_tests::tests::mpsc_1 ... error: Undefined Behavior: deallocating while item is protected: [SharedReadOnly for <477445> (call 144555)] --> src/lib.rs:150:9 | 150 | } | ^ deallocating while item is protected: [SharedReadOnly for <477445> (call 144555)] | = help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental = help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information = note: backtrace: = note: inside `Sender::::send` at src/lib.rs:150:9 note: inside closure at src/kanal_tests.rs:56:25 --> src/kanal_tests.rs:56:25 | 56 | tx.send(1).unwrap(); | ^^^^^^^^^^

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rust-channel-benchmarks

    rust channel benchmarks to keep stat of performance of Kanal library in comparison with other competitors.

  • rust

    Empowering everyone to build reliable and efficient software.

  • See: https://github.com/rust-lang/rust/pull/98919

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts