mdbook/crates
Eric Huss c606a010c7 Rewrite partition_source to return slices
This changes partition_source so that instead of allocating new strings,
it just returns slices into the original string. It probably doesn't
make a big difference perf-wise, but I felt more comfortable with this,
and also felt it was a little easier to understand exactly what it was
doing.

This is generally equivalent except for the possibility of not having a
newline at the end. In practice that doesn't matter because markdown
code blocks always have a newline. However, to be defensive, the caller
will check for this.
2025-09-15 18:42:43 -07:00
..
mdbook-core Merge pull request #2839 from ehuss/to_url_path 2025-09-15 14:50:47 +00:00
mdbook-driver Add an iterator over chapters 2025-09-15 07:11:19 -07:00
mdbook-html Rewrite partition_source to return slices 2025-09-15 18:42:43 -07:00
mdbook-markdown Switch from log to tracing 2025-09-12 06:13:45 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch from log to tracing 2025-09-12 06:13:45 -07:00