openwsn-berkeley / lakers

EDHOC implemented in Rust, optimized for microcontrollers, with bindings for C and Python.
https://crates.io/crates/lakers
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

doc: Add a few high-level introductory descriptions #176

Closed chrysn closed 6 months ago

chrysn commented 6 months ago

Building on #175, this makes the docs.rs pages a bit prettier, mainly adding top-level docs and some text about the most frequently used structs.

If you agree with the text in there this one should be easy and self-contained. I'll eventually want to add more, but leading there will be a round of revisiting whether a great many things really need to be public. (No harm in documenting private items, but public items are priorized higher).

geonnave commented 6 months ago

Went through and looks good!