mdbook/crates/mdbook-summary
Eric Huss c25e866796 Make SectionNumber field private
This removes the `pub` status of the SectionNumber field. The intent is
to make this potentially extensible in the future if we decide to add
more fields, or change its internal representation. With the existence
of the deref impls, generally this change shouldn't be visible except
for the constructor, which hopefully shouldn't be too cumbersome to use
`SectionNumber::new` instead.
2025-08-09 17:02:01 -07:00
..
src Make SectionNumber field private 2025-08-09 17:02:01 -07:00
Cargo.toml Move Book to mdbook-core 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-summary

Documentation crates.io Changelog

This is the Rust library used to parse the SUMMARY.md file structure 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