Zebra/zebrad
teor 050c46388f fix: Open the endpoints after the config is loaded
We get the injected TokioComponent dependency before the config is
loaded, so we can't use it to open the endpoints.

And we can't define after_config, because we use derive(Component).

So we work around these issues by opening the endpoints manually,
from the application's after_config.
2020-07-29 16:03:52 +10:00
..
src fix: Open the endpoints after the config is loaded 2020-07-29 16:03:52 +10:00
tests cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
Cargo.toml Align crate versions and user-agent with NU numbers. 2020-07-24 11:46:37 -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