Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xilec
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xilec
11y ago
In section "Interfaces" impl Interfaces { fn my_method(a: isize) -> isize { return a; } } It isn't implementation of trait. It specify default implementation of trait. It must be: trait Interface
2.
▲
by
xilec
11y ago
There are LLILC project. LLILC is an LLVM based MSIL Compiler. https://github.com/dotnet/llilc . May be it helps in the future be .Net community and Rust(llvm) community collaborate close.
3.
▲
by
xilec
11y ago
We will be very appreciative if you add your notes in issues of project https://github.com/PistonDevelopers/VisualRust/issues
4.
▲
by
xilec
11y ago
Visual Rust has simple autocompletion based on Racer
5.
▲
by
xilec
11y ago
Here https://visualstudiogallery.msdn.microsoft.com/c6075d2f-8864... Your can see features, download and try