leap_client_rs 0.1.5

Rust client library for the Leap Edge socket service
Documentation
1
2
3
4
5
6
7
8
#[cfg(all(
    not(feature = "native-tls"),
    not(feature = "rustls-tls-native-roots"),
    not(feature = "rustls-tls-webpki-roots")
))]
compile_error!("No TLS backend is enabled. Please enable one of the following backends: native-tls, rustls-tls-native-roots, rustls-tls-webpki-roots");

fn main() {}