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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:45:35.000Z (4 months ago)
- Last Synced: 2024-12-15T15:02:23.388Z (10 days ago)
- Topics: book, csharp, dotnet, rust
- Language: JavaScript
- Homepage: https://microsoft.github.io/rust-for-dotnet-devs/latest/
- Size: 2.25 MB
- Stars: 364
- Watchers: 9
- Forks: 50
- 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