Cargo Features

Rusmpp has no features set by default.

[dependencies]
rusmpp = { version = "0.1.3", features = ["full", "pretty-hex-fmt", "tokio-codec", "tracing"] }
full = tokio-codec, tracing
pretty-hex-fmt

Prints byte slices like: [0x00, 0x00, 0x00, 0x6F] instead of [00, 00, 00, 6F]

tokio-codec full?

Enables the use of tokio's codec for SMPP PDUs.

Enables tokio-util

Affects rusmpp::codec

tracing full?

Enables tracing support.

Enables tracing