leap_client_rs 0.1.5

Rust client library for the Leap Edge socket service
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![warn(clippy::pedantic)]
#![allow(clippy::module_name_repetitions, clippy::unused_self)]

pub mod errors;
pub mod leap;
pub(crate) mod manager;
pub(crate) mod messenger;
pub(crate) mod runner;
pub(crate) mod shard;

pub use leap::{LeapEdge, LeapOptions};