mdbook/crates/mdbook-core/src
Eric Huss 1cc4cbb202 Add Config::contains_key
This adds the method `contains_key` to assist with detecting if a key is
set in the config. There have been a few scenarios where I have needed
this when upgrading to 0.5. For now this only supports the `output` and
`preprocessor`. Checking the presence in the other tables isn't easy,
but could potentially be added if needed.
2025-10-29 20:29:46 -07:00
..
book Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
utils Clean up some fs-related utilities 2025-09-20 17:13:31 -07:00
book.rs Add an iterator over chapters 2025-09-15 07:11:19 -07:00
config.rs Add Config::contains_key 2025-10-29 20:29:46 -07:00
lib.rs Move Book to mdbook-core 2025-07-23 17:29:55 -07:00