Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/microsoft/rust-for-dotnet-devs
- Owner: microsoft
- License: other
- Created: 2022-12-13T15:23:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T08:26:07.000Z (5 months ago)
- Last Synced: 2024-06-18T04:43:26.530Z (5 months ago)
- Topics: book, csharp, dotnet, rust
- Language: JavaScript
- Homepage: https://microsoft.github.io/rust-for-dotnet-devs/latest/
- Size: 2.11 MB
- Stars: 338
- Watchers: 9
- Forks: 46
- 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