Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot]
4556d71f98
chore(deps): update flume requirement from 0.11 to 0.12
---
updated-dependencies:
- dependency-name: flume
  dependency-version: 0.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 17:23:56 +00:00
CordlessCoder
016fe5302d Allow for completely lock-free access to Static values, and closed channels. 2025-10-14 09:17:40 +01:00
Callum Leslie
9843f2904c chore: release v0.0.2 2025-09-04 15:21:30 +01:00
f3fe41aa82
feat: add multiple channel providers
Each provider is enabled via a feature flag.
The currently implemented providers are:
- std::mpsc
- flume
- crossbeam_channel
2025-09-04 09:42:06 +01:00
Callum Leslie
6b754e13e8 chore: release v0.0.1 2025-09-02 22:14:10 +01:00
b7c136c804
chore: add metadata to Cargo.toml 2025-09-02 22:05:29 +01:00
828c06e872
fix: implement error for error types
Fixes the failing doctests
2025-09-02 21:56:53 +01:00
59d7953aad
initial commit 2025-09-02 15:35:40 +01:00