openfare-lib 0.6.2

OpenFare core library.
Documentation
1
2
3
4
5
pub mod services;

lazy_static! {
    pub static ref ROUTE: String = "/api/v1".to_string();
}