Zebra/zebrad
Henry de Valence 17b93523bd Restore PeerSet code in connect stub.
This was commented out because making the PeerConnector take a TcpStream
meant that the PeerConnector futures couldn't be constructed in the same
way as before, but now that the PeerConnector is Buffer'able, we can
just clone a buffered copy.
2019-10-17 09:34:18 -07:00
..
src Restore PeerSet code in connect stub. 2019-10-17 09:34:18 -07:00
tests Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
Cargo.toml Remove async-await feature of futures. 2019-10-15 14:49:11 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation