limon-sdk
The library provides integration with the limon service.
Install
cargo add limon
Example
The library provides integration with the limon service.
cargo add limon
fn main() {
limon::init(limon::Config::default());
// Your application...
}