Eric Huss
f51d89ba02
Move error types to mdbook-core
...
This moves Result and Error to mdbook-core with the anticipation of
using them in user crates. For now, the internal APIs will be using
anyhow directly, but the intent is to transition more of these to
mdbook-core where it makes sense.
2025-07-23 17:29:55 -07:00
Eric Huss
c7b67e363b
Rustfmt for 2024
2025-07-23 17:29:12 -07:00
Eric Huss
d5a505e0c6
Update to Rust 2024
2025-07-23 17:29:12 -07:00
Paolo Barbolini
623fc606a4
Replace once_cell::sync::Lazy with std::sync::LazyLock
2025-05-11 11:46:12 +02:00
Eric Huss
ab304e7d38
More code simplification
2025-02-20 10:25:14 -08:00
Eric Huss
fbc21592af
Some clippy cleanup
2025-02-20 10:23:47 -08:00
Eric Huss
e7b69114ed
Remove some code duplication
2025-02-20 10:19:04 -08:00
Eric Huss
2a4e5583ab
Rewrite test to use tempfile
...
We don't want to be writing to arbitrary directories, and this
seems to make the test a little simpler.
2025-02-20 08:48:16 -08:00
Eric Huss
3978612611
Update some comments and formatting
2025-02-20 08:47:03 -08:00
Michael Howell
879449447f
feat(html): cache bust static files by adding hashes to file names
...
Closes rust-lang#1254
2025-02-13 10:39:22 -07:00