ch 0.2.0

A simple single threaded channel implementation
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Daniel Parnell <me@danielparnell.com>"]
name = "ch"
version = "0.2.0"
edition = "2024"
description = "A simple single threaded channel implementation"
license = "CC-BY-4.0"
repository = "https://github.com/dparnell/ch"

[dependencies]