A multiprocess drop-in replacement for Rust channels
Stars
1.1k
Forks
153
Watchers
1.1k
Open Issues
62
Overall repository health assessment
No package.json found
This might not be a Node.js project
223
commits
60
commits
37
commits
33
commits
27
commits
17
commits
15
commits
12
commits
11
commits
10
commits
Bump RESERVED_SIZE to account for control messages on FreeBSD (#446)
a8d851bView on GitHubUse .try_recv() instead of deprecated .try_next() with async channels (#448)
8e939d8View on GitHubPostcard is aimed at embedded devices so has heapless as standard. We (#440)
1cfbb8dView on GitHubAllow IpcSharedMemory to support a take function that might be more efficient (#433)
d4f1e66View on GitHubRe-export SerDeError since it is part of the API (#438)
3aa8068View on GitHubNon-blocking variants of `IpcReceiverSet::select` (#435)
f823d68View on GitHubUnify error handling to have IpcError and TryRecvError be the main errortypes. (#407)
a781b9cView on GitHub