Eric Huss
|
f6c062fc98
|
Enable unreachable_pub
This lint can help make it clearer which items are actually exposed in
the public API.
|
2025-07-25 09:02:55 -07:00 |
|
Eric Huss
|
dcfb527342
|
Update crate docs
This updates the crate-level docs to add a little more detail for each
crate.
This also drops the `mdbook` library crate, as it is no longer needed.
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
e0a4fb1ea9
|
Add READMEs for all new crates
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
b8a7b6e846
|
Simplify MDBook::iter doc
The original was a little awkward, and I'm not sure what the tuple
syntax was intending to convey.
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
9229e80499
|
Clean up some remaining uses of mdbook_core
These should be using the appropriate high-level crate.
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
ae6c4522bb
|
Publicly re-export mdbook-core modules from mdbook-driver
The intent here is to make mdbook-core a private dependency that the
user shouldn't need.
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
40745600a3
|
Finish move of MDBook to mdbook-driver
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
5a31947eb7
|
Move MDBook to mdbook-driver
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-driver.
|
2025-07-23 17:47:31 -07:00 |
|
Eric Huss
|
d758753551
|
Finish moving builtin renderers to mdbook-driver
|
2025-07-23 17:47:28 -07:00 |
|
Eric Huss
|
9b27b14985
|
Move built-in renderers to mdbook-driver
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-driver.
|
2025-07-23 17:40:57 -07:00 |
|
Eric Huss
|
f5fc54461a
|
Finish moving built-in preprocessors to mdbook-driver
|
2025-07-23 17:40:57 -07:00 |
|
Eric Huss
|
6aac696ee1
|
Move built-in preprocessors to mdbook-driver
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-driver.
|
2025-07-23 17:40:57 -07:00 |
|
Eric Huss
|
c8571f592c
|
Add mdbook-driver
This is intended to hold the high-level MDBook type.
|
2025-07-23 17:40:57 -07:00 |
|