openfare-lib 0.6.2

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

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

pub type ApiKey = String;