9 unstable releases (3 breaking)
0.7.0 | Oct 4, 2024 |
---|---|
0.6.2 | Jun 24, 2024 |
0.6.0 | May 17, 2024 |
0.5.1 | Mar 5, 2024 |
0.4.1 | Dec 12, 2023 |
#1465 in Network programming
1,522 downloads per month
Used in 7 crates
70KB
1.5K
SLoC
This crate is part of lakers, a microcontroller-optimized implementation of EDHOC in Rust.
lib.rs
:
Common data structures used by lakers and its dependent crates
This crate is separate from lakers to avoid circular dependencies that would otherwise arise from the pattern in which lakers-ead combined the main crate with variations of the protocol's EAD handling. As its types will then likely move over into the main lakers crate, it is recommended to use them through the public re-export there wherever possible.
Dependencies
~0.3–1.5MB
~32K SLoC