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-core
This is the base support library for mdBook. It is intended for internal use only. Other mdBook crates depend on this for any types that are shared across the crates.
This crate is maintained by the mdBook team, primarily for use by mdBook and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.