An open API service indexing awesome lists of open source software.

https://github.com/namib-project/libcoap-rs

Rust bindings to and wrapper around the libcoap C library
https://github.com/namib-project/libcoap-rs

Last synced: about 2 months ago
JSON representation

Rust bindings to and wrapper around the libcoap C library

Awesome Lists containing this project

README

        

# libcoap-rs

[![latest release on crates.io](https://img.shields.io/crates/v/libcoap_rs)](https://crates.io/crates/libcoap-rs)
[![Documentation (latest release)](https://img.shields.io/badge/docs-latest_release-blue)](https://docs.rs/libcoap_rs/)
[![Documentation (main)](https://img.shields.io/badge/docs-main-blue)](https://namib-project.github.io/libcoap-rs-docs/docs/main/libcoap_rs/)
[![Test and Analyze CI Status](https://github.com/namib-project/libcoap-rs/actions/workflows/test.yml/badge.svg)](https://github.com/namib-project/libcoap-rs/actions/workflows/test.yml)
[![Coverage (main)](https://namib-project.github.io/libcoap-rs-docs/coverage/main/badges/flat.svg)](https://namib-project.github.io/libcoap-rs-docs/coverage/main/)

Raw binding and safe wrapper for the [libcoap CoAP libary](https://github.com/obgm/libcoap).

Refer to the [documentation](https://docs.rs/libcoap-rs) for more information on using, building and the current state
of supported features.

## License

Copyright © 2021-2025 Hugo Hakim Damer, the NAMIB Project Members, and the other libcoap-rs Contributors.
All rights reserved.

Matching the license of the libcoap C library, the libcoap-sys and the libcoap-rs crates are licensed under
the 2-Clause/Simplified BSD License ([LICENSE-BSD-2-Clause](LICENSE-BSD-2-CLAUSE)
or https://opensource.org/licenses/BSD-2-Clause).

See the [NOTICE](NOTICE.md) file for more information regarding copyright ownership, terms of use, and
third-party code.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.