smpp-pdu 0.1.4

Parsing support for SMPP PDUs.
Documentation

rust-smpp-pdu

An SMPP PDU parsing library for Rust.

Designed to be used with https://gitlab.com/andybalaam/rust-smpp - see there for more information.

Build

First, install Rust.

cargo test

Publish

cargo update
vim CHANGELOG.md   # Set the version number
vim Cargo.toml     # Set the version number
cargo publish
git tag $VERSION
git push --tags

Code of conduct

We follow the Rust code of conduct.

Currently the moderation team consists of Andy Balaam only. We would welcome more members: if you would like to join the moderation team, please contact Andy Balaam.

Andy Balaam may be contacted by email on andybalaam at artificialworlds.net or on mastodon on @andybalaam@mastodon.social.

License

rust-smpp-pdu is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

This project is developed in both my work and personal time, and released under my personal copyright with the agreement of my employer.