diff --git a/Makefile b/Makefile index 1e01a62..a96ab20 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,6 @@ fix-format: check-spell: @.github/codespell.sh + +docs: + cargo doc --features standard,nssdb,jsondb,fips --examples --document-private-items