oxidize-rb / rb-sys

Easily build Ruby native extensions in Rust
https://oxidize-rb.github.io/rb-sys/
Apache License 2.0
222 stars 34 forks source link

Make it so `rustfmt` can never break builds #253

Closed ianks closed 1 year ago

ianks commented 1 year ago

TODO

ianks commented 1 year ago

Circling back on this, users can set the RB_SYS_RUSTUP_PROFILE=default env variable to ensure rustup is installed if needed for other crates, but rb-sys on it's own does not require it.