book
book copied to clipboard
infra: remove mdBook preprocessors from workspace
These will need to be used as path dependencies in rust-lang/rust, as part of the build, because the Rust build pipeline invokes mdBook programmatically rather than via tools built directly, and we really don’t want to muck with publishing these to crates.io at present. As a result, they cannot be part of this workspace, because path dependencies do not get built as a crate within the hosting workspace.