SaaSHub helps you find the best software and product alternatives Learn more →
Cve-rs Alternatives
Similar projects and alternatives to cve-rs
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
-
-
-
-
-
-
-
-
-
revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cve-rs discussion
cve-rs reviews and mentions
- Fast memory vulnerabilities, written in 100% safe Rust
I like the license:
https://github.com/Speykious/cve-rs/blob/main/LICENSE
- What is memory safety and why does it matter?
> Consider Rust.
What about advertising actual memory safe languages instead. https://github.com/Speykious/cve-rs
- C++26: Erroneous Behaviour
- My first verified (imperative) program
Funny thing is that you can get undefined behavior and segfaults using only "safe rust", and the rust compiler has subtle bugs that allow you to disable important checks (like type checking), which can leave your code completely broken.
But for some crazy propaganda, rust devs believes that any rust code is safe and sound no matter what.
https://github.com/Speykious/cve-rs/issues/49
- Cve-rs: fast memory vulnerabilities, written in 100% safe Rust
- Weird Expressions in Rust
And how would you conclude that "fast"?
You can have UB in "safe rust".
https://github.com/Speykious/cve-rs
You can even disable to Type check, trait check and borrow check in "safe rust"
And all of this is unsound.
https://users.rust-lang.org/t/i-finally-found-the-cheat-code...
- Zlib-rs is faster than C
> Even validators have bugs
Yep! For example, https://github.com/Speykious/cve-rs is an example of a bug in the Rust compiler, which allows something that it shouldn't. It's on its way to being fixed.
> or miss things no?
This is the trickier part! Yes, even proofs have axioms, that is, things that are accepted without proof, that the rest of the proof is built on top of. If an axiom is incorrect, so is the proof, even though we've proven it.
- A 10x Faster TypeScript
I love Rust, but you can play exactly the same game with Rust: https://github.com/Speykious/cve-rs
- Mark Russinovich: "There is industry consensus on moving away from C/C++"
When there is industry consensus, there is often much humour that precedes it, including https://github.com/Speykious/cve-rs
- A note from our sponsor - SaaSHub www.saashub.com | 23 Dec 2025
Stats
Speykious/cve-rs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of cve-rs is Rust.