Adding coap_message library as a dependency

Run this command in a terminal, in your project's directory:

cargo add coap-message

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

coap-message = "0.3.6"

The coap_message library will be automatically available globally. Read the coap_message library documentation.

Back to the crate overview.