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
- Host: GitHub
- URL: https://github.com/namib-project/libcoap-rs
- Owner: namib-project
- License: bsd-2-clause
- Created: 2022-01-11T06:41:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:26:25.000Z (8 months ago)
- Last Synced: 2024-11-07T17:31:34.274Z (8 months ago)
- Language: Rust
- Size: 480 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE-BSD-2-CLAUSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# libcoap-rs
[](https://crates.io/crates/libcoap-rs)
[](https://docs.rs/libcoap_rs/)
[](https://namib-project.github.io/libcoap-rs-docs/docs/main/libcoap_rs/)
[](https://github.com/namib-project/libcoap-rs/actions/workflows/test.yml)
[](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.