1
2
3
4
5
6
7
8
//! The binary for serving pre-rendered SPA's and JSON
//! data for the client to display and/or interpret.
//!
//! The manual can be found [here](https://web.pdx.edu/~abaugh/roost)
//!
//! The repository can be found [here](https://nest.pijul.com/austin/roost)

pub mod server;