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: about 1 year ago
JSON representation
Rust for C#/.NET Developers
- Host: GitHub
- URL: https://github.com/microsoft/rust-for-dotnet-devs
- Owner: microsoft
- License: other
- Created: 2022-12-13T15:23:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:45:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T19:08:10.915Z (about 1 year ago)
- Topics: book, csharp, dotnet, rust
- Language: JavaScript
- Homepage: https://microsoft.github.io/rust-for-dotnet-devs/latest/
- Size: 2.25 MB
- Stars: 379
- Watchers: 8
- Forks: 54
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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