pallas/pallas-network
2023-11-16 13:36:49 -03:00
..
src fix: fix conditional code for windows builds (#334) 2023-11-16 13:36:49 -03:00
tests chore: fix lint warnings (#330) 2023-11-13 17:00:00 -03:00
Cargo.toml feat(network): implement windows named pipes connections (#279) 2023-11-16 10:06:34 -03:00
README.md refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00

Pallas Network

An implementation of the Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.