rusmpp 0.4.0

A Rust SMPP library.
Documentation
1
2
3
4
5
//! Session state of the ESME <-> MC session.
//!
//! Can be useful if you write a MC or an ESME to describe the session state.

pub use rusmpp_core::session::*;