|
|
|
|
|
by alexcrichton
3606 days ago
|
|
You can indeed use this on stable Rust today! Right now 1.9.0 is the minimum supported version due to the usage of `catch_panic` in a few places. I'd recommend a beta compiler for now though to compile some of the examples. There's a bug in the stable compiler which causes them to take up to 8x longer to compile, but beta/nightly are both speedy! |
|
Serious Kudos, it feels like a lot of the promises of Rust are really paying off here.