mdbookkit

Crates.iomdbookkit
lib.rsmdbookkit
version
sourcesrc
created_at2025-04-08 14:30:15.535978+00
updated_at2025-04-13 16:57:04.887848+00
descriptiontoolkit for mdBook 📖
homepage
repositoryhttps://github.com/tonywu6/mdbookkit
max_upload_size
id1625573
Cargo.toml error:TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
tonywu6 (tonywu6)

documentation

https://tonywu6.github.io/mdbookkit/

README

mdbookkit

mdbookkit hero image

crates.io documentation MIT/Apache-2.0 licensed

Quality-of-life plugins for your mdBook project.

  • mdbook-rustdoc-link

    rustdoc-style linking for Rust APIs: write types and function names, get links to docs.rs

  • mdbook-link-forever

    Permalinks for your source tree: write relative paths, get links to GitHub.

Installation

If you are interested in any of these plugins, visit their respective pages for usage instructions, linked above.

If you want to install all of them:

cargo install mdbookkit --all-features

Precompiled binaries are also available from GitHub releases.

License

This project is released under the Apache 2.0 License and the MIT License.

Commit count: 0

cargo fmt