Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microsoft/rust-for-dotnet-devs

Rust for C#/.NET Developers
https://github.com/microsoft/rust-for-dotnet-devs

book csharp dotnet rust

Last synced: 4 days ago
JSON representation

Rust for C#/.NET Developers

Awesome Lists containing this project

README

        

# Rust for C#/.NET Developers

The document sources can be found in the `src` directory. It is structured for
rendering with [mdBook].

[Install mdBook] locally or start-up [`devcontainer.json`]. If you've never
used Dev Containers, check out [Developing inside a Container using Visual
Studio Code Remote Development][vscode-dc].

Then to render for reading in a Web browser, run:

mdbook serve

[mdBook]: https://rust-lang.github.io/mdBook/
[Install mdBook]: https://rust-lang.github.io/mdBook/guide/installation.html
[`devcontainer.json`]: .devcontainer/devcontainer.json
[vscode-dc]: https://code.visualstudio.com/docs/devcontainers/containers