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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
mdbook-driver
This is the high-level Rust library for running mdBook. New books can be created using BookBuilder. The primary type MDBook can be used to manage and render books.
This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.