rust-lang / cargo-bisect-rustc

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

Add a user guide with examples #266

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

This replaces the old tutorial with a new book that goes into more detail on various topics. It also contains a suite of examples to show different uses.

Closes #264

ehuss commented 1 year ago

There is a preview of what this looks like at: https://ehuss.github.io/cargo-bisect-rustc/introduction.html

ehuss commented 1 year ago

@oli-obk Just checking if you had any thoughts on this?