mdbookkit

Crates.iomdbookkit
lib.rsmdbookkit
version2.0.0
created_at2025-04-08 14:30:15.535978+00
updated_at2025-12-28 22:29:20.598011+00
descriptionSupport library for mdBook preprocessors in the mdbookkit project
homepage
repositoryhttps://github.com/tonywu6/mdbookkit
max_upload_size
id1625573
size106,380
tonywu6 (tonywu6)

documentation

https://docs.tonywu.dev/mdbookkit/

README

mdbookkit

Support library for mdBook preprocessors in the mdbookkit project.

You may be looking for:

[!NOTE]

This package previously provided preprocessor binaries. The preprocessors are now published as standalone packages. You should no longer install this package:

cargo uninstall mdbookkit
# cargo install mdbook-rustdoc-links
# cargo install mdbook-permalinks

Note that the names of the executables have been updated, so you will need to update your book.toml as well:

- [preprocessor.rustdoc-link]
+ [preprocessor.rustdoc-links]
- [preprocessor.link-forever]
+ [preprocessor.permalinks]
Commit count: 96

cargo fmt