rusmpp-core 0.4.0

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

mod session_state;
pub use session_state::SessionState;