mdbook/crates/mdbook-renderer
Eric Huss 5956092b4b Switch all public types to non_exhaustive
This switches all public types to use non_exhaustive to make it easier
to make additions without a semver-breaking change.

Some of the ergonomics are hampered due to the lack of exhaustiveness
checking. Hopefully some day in the future,
non_exhaustive_omitted_patterns_lint or something like it will get
stabilized.

Closes https://github.com/rust-lang/mdBook/issues/1835
2025-08-09 17:02:01 -07:00
..
src Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
Cargo.toml Move renderer types to mdbook-renderer 2025-07-23 17:29:55 -07:00
README.md Add READMEs for all new crates 2025-07-23 17:47:31 -07:00

mdbook-renderer

Documentation crates.io Changelog

This is the Rust library to implement a renderer for mdBook.

This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.

License

Mozilla Public License, version 2.0