zebra/zebrad
Henry de Valence 55f46967b2 zebrad: serve blocks from Inbound service
The original version of this commit ran into

https://github.com/rust-lang/rust/issues/64552

again.  Thanks to @yaahc for suggesting a workaround (using futures combinators
to avoid writing an async block).
2020-09-18 18:34:25 -07:00
..
src zebrad: serve blocks from Inbound service 2020-09-18 18:34:25 -07:00
tests zebrad: move seed command into inbound component 2020-09-18 18:34:25 -07:00
Cargo.toml Enable issue-url feature in color-eyre (#1072) 2020-09-17 15:09:18 -07: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