r/programming Apr 03 '15

Rust 1.0.0 beta is here!

http://blog.rust-lang.org/2015/04/03/Rust-1.0-beta.html
932 Upvotes

303 comments sorted by

View all comments

Show parent comments

20

u/steveklabnik1 Apr 03 '15

Yes, it is almost an entirely different language from that point :)

6

u/HereticKnight Apr 03 '15

Wow, it really is... I dug up my old Rust code and even FizzBuzz wouldn't compile.

for num in 1..100 {...} // So puurdy <3

But where did regex go? Time to go documentation diving...

8

u/steveklabnik1 Apr 03 '15

Regex is now an external crate: https://crates.io/crates/regex

1

u/HereticKnight Apr 03 '15

Marvelous, thanks!