kpal 0.2.2

An extensible and RESTful control system for physical computing
Documentation
1
2
3
4
5
//! Modules and functions for running the web server.
mod handlers;
mod routes;

pub use routes::routes;