Enable commit signing
git config commit.gpgsign trueInstall a pre-push git hook:
git config core.hooksPath .githooksThe docs are available at the github page.
After cloning the repository, follow the instructions below to run the documentation locally:
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --workspace --all-features --no-depsDocs for zip-plus:
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p zip-plus --open