openfare-lib 0.6.2

OpenFare core library.
Documentation
1
2
3
4
5
6
pub mod basket;
pub mod portal;

lazy_static! {
    pub static ref ROUTE: String = format!("{}/services", super::ROUTE.as_str());
}