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

Download history 227/week @ 2024-07-11 44/week @ 2024-07-18 85/week @ 2024-07-25 195/week @ 2024-08-01 69/week @ 2024-08-08 210/week @ 2024-08-15 137/week @ 2024-08-22 288/week @ 2024-08-29 536/week @ 2024-09-05 562/week @ 2024-09-12 509/week @ 2024-09-19 382/week @ 2024-09-26 380/week @ 2024-10-03 275/week @ 2024-10-10 445/week @ 2024-10-17 362/week @ 2024-10-24

1,522 downloads per month
Used in 7 crates

BSD-3-Clause

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