Public API
To use the library in your code, add the crate to your Cargo.toml as usual:
cargo add mdbook-utils
and peruse its documentation.
Note that cargo changes the dash into an underscore, thus insert use mdbook_utils::*; or similar into your code.