zebra/zebrad
Henry de Valence 6cc1627a5d zebrad: apply serde(default) to config sections
Each subsection has to have `serde(default)` to get the behaviour we want
(delete all fields except the ones that have been changed); otherwise, we can
delete only entire sections.
2020-06-18 17:43:36 -04:00
..
src zebrad: apply serde(default) to config sections 2020-06-18 17:43:36 -04:00
tests cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
Cargo.toml propagate errors out of zebra_network::init (#435) 2020-06-09 12:24:28 -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