zebra/zebrad
Henry de Valence 4e1285b568 Refactor message serialization as a tokio codec.
This provides a significantly cleaner API to consumers, because it
allows using adaptors that convert a TCP stream to a stream of messages,
and potentially allows more efficient message handling.
2019-09-25 14:59:47 -07:00
..
src Refactor message serialization as a tokio codec. 2019-09-25 14:59:47 -07:00
tests Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
Cargo.toml Use tracing::instrument and monitor for messages. 2019-09-23 22:17:12 -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