Top 5 Rust Safe Projects
-
Project mention: How good is LLVM in other languages other than C++? (In my case I'm interested in using Rust) | reddit.com/r/ProgrammingLanguages | 2022-06-03
I'm currently using the Inkwell bindings for Rust, which I've found actually pretty nice. In terms of generating LLVM IR, the C bindings (which is what Inkwell uses internally) can do anything you want them to (definitely not limited to trivial languages as someone else here said.) I'm even using the LLVM garbage collection infrastructure, with no problems (well, no problems in generating it; the LLVM GC infrastructure works pretty well but is sparsely documented, so actually writing a GC is fairly difficult, but it's doable). The C bindings are actually more stable than the C++ bindings (!), although not quite as stable as the textual IR format; but without the bindings you would have to write code to generate the IR yourself, the compiler would be slower as it must be emitted as text and then reparsed in a different process, and you would have less control over optimization.
-
Broccoli: Syncing faster by syncing less\ (0 comments)
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
Project mention: What crates would you add to a "batteries-included" library for Rust? | reddit.com/r/rust | 2022-03-21
Please consider rustix as an alternative to nix.
-
parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Project mention: Anda para aqui alguém a brincar com Rust (linguagem)? | reddit.com/r/devpt | 2022-05-09 -
Project mention: What is the current state of actor systems in Rust? | reddit.com/r/rust | 2022-02-14
Rust Safe related posts
- How good is LLVM in other languages other than C++? (In my case I'm interested in using Rust)
- Are there any repos of tutorials on writing a compiler in Rust?
- What crates would you add to a "batteries-included" library for Rust?
- Rust Compiler Ambitions for 2022 | Inside Rust Blog
- Parquet2 0.9 released (and a request for feedback)
- Porting Rust's std to rustix
- LLVM Infrastructure and Rust
Index
What are some of the best open-source Safe projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | inkwell | 1,203 |
2 | rust-brotli | 606 |
3 | rustix | 526 |
4 | parquet2 | 172 |
5 | xtra | 170 |
Are you hiring? Post a new remote job listing for free.