* Add a TracingConfig and some components Co-authored-by: Deirdre Connolly <deirdre@zfnd.org> * Restructure, use dependency injection, initialize tracing * Start a placeholder loop in start command * Add hyper alpha.1, bump tokio to alpha.4 * Hello world endpoint using async/await from hyper 0.13 alpha Also cleaned up some linter messages. Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca> * Update to tracing_subscriber 0.1 * fmt * add rust-toolchain * Remove hyper::Version import * wip: start filter_handler impl * Add .rustfmt.toml * rustfmt * Tidy up .rustfmt.toml * Add filter reloading handling. * bump toolchain * Remove generated hello world acceptance tests. These test the behaviour of the autogenerated binary and work as examples of how to test the behaviour of abscissa binaries. Since we don't print "Hello World" any more, they fail, but we don't yet have replacement behaviour to add tests for, so they're removed for now. * Clean up config file handling with Option::and_then. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: