limon 0.1.1

limon-sdk library
Documentation

limon-sdk

The library provides integration with the limon service.

Install

cargo add limon

Example

fn main() {
  limon::init(limon::Config::default());

  // Your application...
}