libproc-rs icon indicating copy to clipboard operation
libproc-rs copied to clipboard

Improve the docs

Open andrewdavidmackenzie opened this issue 4 years ago • 1 comments

Improve overall docs - I need to learn how to properly document modules, structs, traits and functions in rust following the bets guidelines.

A couple of functions need descriptions or links to the apple docs on the subject

andrewdavidmackenzie avatar Oct 05 '19 14:10 andrewdavidmackenzie

Use mdbook, create a SUMMARY.md and book.toml in the project root, include README.md and link to the indexes created for each bin/lib module by cargo doc

andrewdavidmackenzie avatar May 09 '20 17:05 andrewdavidmackenzie