|
||
---|---|---|
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
README.md
Toy Communicators
This is a little toy project to experiment with channels and message passing structures which are more uncommon/useless in most projects.
Ideas
- a radio like interface for two sided communication This would encompass that both parts (or n parts) are notified once communication is initiaited. And only one partner is allowed to communicate at a time.