| Crates.io | channel-protocol |
| lib.rs | channel-protocol |
| version | 0.3.0 |
| created_at | 2025-11-03 01:03:45.856978+00 |
| updated_at | 2025-11-12 15:40:49.967992+00 |
| description | Enable function-based communication instead of enum message sending. All based on channels. |
| homepage | https://github.com/sub07/channel-protocol |
| repository | https://github.com/sub07/channel-protocol |
| max_upload_size | |
| id | 1913754 |
| size | 86,643 |
A procedural macro to generate channel protocol clients.
You can use function oriented communication between threads instead of communicating by sending messages through channels.
This is an abstraction over channels that makes inter-thread communication easier to use and read.
Check the examples folder for examples.