Zebra/zebrad/src
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
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands Refactor message serialization as a tokio codec. 2019-09-25 14:59:47 -07:00
components Use tracing::instrument and monitor for messages. 2019-09-23 22:17:12 -04:00
application.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
commands.rs Add a `connect` command for testing. 2019-09-22 17:27:08 -04:00
components.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
config.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
error.rs Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
lib.rs Refactor message serialization as a tokio codec. 2019-09-25 14:59:47 -07:00
prelude.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00