Zebra/zebrad
teor c51fd688ee Skip node2.is_running() on Windows
`node2.is_running()` can return `true` on Windows, even though `node2`
has logged a panic. This cleanup code only runs if `node2` fails to panic
and exit as expected. So it's ok for us to skip it.

See #1781 for details.
2021-02-19 18:03:07 +10:00
..
src Diagnostics for CI port conflict failures (#1766) 2021-02-18 12:15:09 -03:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Skip node2.is_running() on Windows 2021-02-19 18:03:07 +10:00
Cargo.toml build(deps): bump vergen from 3.1.0 to 3.2.0 2021-02-10 21:36:03 -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