rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Structured documentation and examples #264

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

@oli-obk Would you be ok with me moving the cargo-bisect-rustc documentation into an mdbook published on GitHub Pages? I'd like to organize the documentation better. And more importantly I want to collect a variety of recipes (examples) of how to do various things. For example, I often forget how to do more complex tasks on Windows, and having something I could just copy/paste would save a lot of time.

oli-obk commented 1 year ago

That sounds great!