Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 327 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 327 Bytes

Contributing

README Generation

The README file for each crate is generated with cargo-readme.

cargo install cargo-readme
for crate in dhcp dns hl ll mqtt regsim sntp tls; do cargo readme -t ../README.tpl -r "$crate" > "$crate"/README.md; done