zebra/zebrad
teor 8a7b0232f0
Stop failing acceptance tests if their directories already exist (#1588)
* Stop failing acceptance tests if their directories already exist
* Add an immutable config writing helper
  and use it in the cached sapling acceptance tests.

Also:
  * consistently create missing config and state directories
  * refactor the common config writing code into a separate function
  * only ignore NotFound errors in replace_config
  * enforce config immutability using the type system
2021-01-14 16:59:06 +10:00
..
src Panic if the lookahead limit is misconfigured (#1589) 2021-01-14 14:06:30 +10:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Stop failing acceptance tests if their directories already exist (#1588) 2021-01-14 16:59:06 +10:00
Cargo.toml Upgrade to tokio 0.3.6 from crates.io 2021-01-12 15:37:27 -05:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Update the zebrad commit whenever any Zebra crate changes (#1455) 2020-12-05 07:23:05 +10: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