1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-04 06:08:43 +02:00

Merge pull request #1112 from htadashi/patch-1

Add RustViz
This commit is contained in:
Tom Parker-Shemilt 2021-07-27 22:41:01 +01:00 committed by GitHub
commit 1457ab6d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1646,6 +1646,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
* [RustBooks](https://github.com/sger/RustBooks) — list of RustBooks
* [Rust Subreddit](https://www.reddit.com/r/rust/) — A subreddit(forum) where rust related questions, articles and resources are posted and discussed
* [Rust Servers, Services and Apps - MEAP](https://www.manning.com/books/rust-servers-services-and-apps) - Build backend servers, services, and front-ends in Rust to get fast, reliable, and maintainable applications.
* [RustViz](https://github.com/rustviz/rustviz) — generates visualizations from simple Rust programs to assist users in better understanding the Rust Lifetime and Borrowing mechanism.
## License