zebra/zebrad
Henry de Valence 29f901add3 Rename Response::Ok to Response::Nil.
This is a better name because it signals "no data in response" rather
than "Ok", which is semantically mixed with `Ok/Err` of `Result`.
2020-02-10 09:03:56 -08:00
..
src Rename Response::Ok to Response::Nil. 2020-02-10 09:03:56 -08:00
tests Disable version string test. 2020-01-15 12:06:31 -08:00
Cargo.toml Remove tracing-subscriber. 2020-02-05 14:05:46 -08: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