rusmppc 0.3.0-alpha.1

A Rust SMPP client.
Documentation

Rusmppc

Build Status crates.io Crates.io (MSRV) docs.rs Crates.io (Downloads) Crates.io (License)

A tokio based SMPP v5 client.

Features

  • rustls: Enables TLS support via rustls. Enabled by default.
  • rustls-tls-native-roots: Enables rustls to use the platform's native root certificates through rustls-native-certs while using default configuration. Enables the rustls feature and is enabled by default.
  • rustls-tls-webpki-roots: Enables rustls to use the webpki-roots crate's root certificates while using default configuration. Enables the rustls feature and is enabled by default.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.