Skip to content

Commit ea06b6f

Browse files
authored
add Lib.rs to Rust Resources
1 parent bd983f2 commit ea06b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sections/PROGRAMMING_LANGUAGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ When you want to get serious with audio DSP & audio plugin development, nothing
7575
- [How to learn modern Rust](https://github.com/joaocarvalhoopen/How_to_learn_modern_Rust) - An extensive list of resources for learning Rust.
7676
- [How-to Optimize Rust Programs on Linux](http://www.codeofview.com/fix-rs/2017/01/24/how-to-optimize-rust-programs-on-linux/) - How-to guide on profiling Rust code on Linux.
7777
- [Learn Rust the Dangerous Way](http://cliffle.com/p/dangerust/) - An article exploring the benefits of Rust for readers with a C background. I really love this article.
78+
- [Lib.rs](https://lib.rs/) - An unofficial, lightweight, opinionated, and curated alternative to crates.io.
7879
- [Minimizing Rust Binary Size](https://github.com/johnthagen/min-sized-rust) - Tips on how to reduce the size of Rust binaries. This is a very minor optimization, but it can sometimes be useful for shipping release versions of plugins.
7980
- Note, don't set `opt-level` to "s" or "z" because that will likely make performance much worse (except for maybe when running on an embedded system with little memory).
8081
- [Rust Audio Discord Server] - A Discord server for Rust audio programmers.

0 commit comments

Comments
 (0)