rust-for-dotnet-devs
rust-for-dotnet-devs copied to clipboard
Rust for C#/.NET Developers
[SourceGear Rust](https://marketplace.visualstudio.com/items?itemName=SourceGear.SourceGearRust) is a Visual Studio 2022 extension that just went 1.0 with the following features: - Intellisense features (using rust-analyzer) - Syntax coloring for `.rs` and `.toml` - Build,...
Consider adding a “What should I read next?” section. While “[The Rust Programming Language](https://doc.rust-lang.org/stable/book/)” is linked throughout, it might be good to call it out again (along with possibly other...
“Conditional Compilation” is a language-level feature and so should be moved under “Language”. Currently it stands on its own as a top-level entry.
It may be worth providing a [TL;DR](https://en.wikipedia.org/wiki/TL;DR) summary of comparison between C#/.NET and Rust, perhaps right after the introduction.
Tokio is mentioned is several places, but it's not introduced anywhere and could lose the reader. Consider providing a brief explanation that can then be linked to from the various...
Run `mdbook test` during CI to ensure that the Rust code examples don't have errors.
Enforce the following EditorConfig conformance during CI: https://github.com/microsoft/rust-for-dotnet-devs/blob/870e433ffb506a88adac4c2f446ea056be29f1b9/.editorconfig#L5-L6
Publish an archive of the rendered version during CI so it can be downloaded for offline viewing and without requiring an installation of mdBook.