mdbook/crates/mdbook-driver/src
Eric Huss 3629e2c051 Add an iterator over chapters
This adds the `Book::chapters` iterator (and `for_each_chapter_mut`) to
iterate over non-draft chapters. This is a common pattern I keep
encountering, and I figure it might simplify things. It runs a little
risk that callers may not be properly handling every item type, but I
think it should be ok.
2025-09-15 07:11:19 -07:00
..
builtin_preprocessors Add a helper for defining a regex 2025-09-12 06:48:50 -07:00
builtin_renderers Add an iterator over chapters 2025-09-15 07:11:19 -07:00
mdbook Add tests for preprocessor/output default sort order 2025-08-18 11:59:15 -07:00
init.rs Switch from log to tracing 2025-09-12 06:13:45 -07:00
lib.rs Switch from log to tracing 2025-09-12 06:13:45 -07:00
load.rs Switch from log to tracing 2025-09-12 06:13:45 -07:00
mdbook.rs Switch from log to tracing 2025-09-12 06:13:45 -07:00