https://github.com/namib-project/tinydtls-rs
Rust bindings to the tinydtls C library
https://github.com/namib-project/tinydtls-rs
Last synced: about 2 months ago
JSON representation
Rust bindings to the tinydtls C library
- Host: GitHub
- URL: https://github.com/namib-project/tinydtls-rs
- Owner: namib-project
- License: other
- Created: 2022-01-08T06:40:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T16:24:55.000Z (about 1 year ago)
- Last Synced: 2024-10-31T11:31:28.203Z (8 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# tinydtls-rs
Rust bindings to the tinydtls library (only raw bindings for now).
## License
Matching the license of the tinydtls C library, this library is made available both under
the terms of the Eclipse Public License v1.0 and 3-Clause BSD License (which the
Eclipse Distribution License v1.0 that is used for tinydtls is based on).Additionally, the tinydtls C library contains third party code that might be included
in compiled binaries that link to tinydtls.
For information on third-party code and its licenses, see
https://github.com/eclipse/tinydtls/blob/develop/ABOUT.md.See https://github.com/eclipse/tinydtls/blob/develop/LICENSE for more information on the
tinydtls licensing terms and https://www.eclipse.org/legal/eplfaq.php for more information
on the EPL 1.0.Note: This binding is neither supported nor endorsed by the Eclipse Foundation.
## Maintainers
This project is currently maintained by the following developers:
| Name | Email Address | GitHub Username |
|:----------:|:--------------------:|:--------------------------------------------:|
| Hugo Hakim Damer | [email protected] | [@pulsastrix](https://github.com/pulsastrix) |