tree: 1d132487fcfacfb1f03de6bdd237f10afb5085aa
  1. src/
  2. Cargo.toml
  3. README.md
src/shim_utils/README.md

shim_utils is a small library crate containing shared code that is used by bootstrap's rustc and rustdoc shims, and also by bootstrap itself or other bootstrap tools.

Using a dedicated crate should be faster than trying to link build_helper or bootstrap into the shims.