Added docs to unsync-pipe

This commit is contained in:
2025-12-14 01:32:24 +01:00
parent 224c4ecca2
commit 8753d4c751
3 changed files with 34 additions and 48 deletions

View File

@@ -1,7 +1,11 @@
[package]
name = "unsync-pipe"
version = "0.1.0"
description = "Ringbuffer-backed !Send !Sync binary safe repr(C) AsyncWrite/AsyncRead pair"
version = "0.2.0"
edition = "2024"
license = "MIT"
repository = "https://git.lbfalvy.com/Orchid/orchid"
homepage = "https://git.lbfalvy.com/Orchid/orchid"
[dev-dependencies]
itertools = "0.14.0"