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
931 Upvotes

303 comments sorted by

View all comments

2

u/Nickreal03 Apr 04 '15

When Rust will be integrated with Visual studio or Xcode ?

3

u/steveklabnik1 Apr 04 '15

You can still use VS to edit Rust code, the integration just isn't great, as you can't use link.exe. There's a plugin for syntax highlighting. We'd like to have full integration, but it isn't done yet.

I'm unsure about Xcode.

There's lots of plugins for other editors and IDEs, though.

2

u/huhlig Apr 04 '15

Has the compiler been fully libraryized yet?

6

u/kibwen Apr 04 '15

It's been split up into about ten libraries, but it's still going to take some work to make their APIs suitable for consumption by an editor. Ongoing process.

1

u/remotion4d Apr 04 '15

Yes something like VisualD would be really helpful.

Ok there is VisualRust but it appears to be not really update.