-
Quickcheck https://github.com/BurntSushi/quickcheck
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Source: https://github.com/rust-fuzz/trophy-case (over 40 of those are just from me).
-
For additional inspiration: https://github.com/johnthagen/min-sized-rust
-
I learned about a couple of your interesting things. Citrus, looks really cool and I'm eager to try it out. (Why does the Github say it's "superseded by c2rust"? I'm with you that sometimes readable output is better than accurate output.) gifski looks like huge fun and I'm eager to understand its algorithms better. I didn't realize until I looked that it is also Rust.
-
gifski
GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format. (by ImageOptim)
I learned about a couple of your interesting things. Citrus, looks really cool and I'm eager to try it out. (Why does the Github say it's "superseded by c2rust"? I'm with you that sometimes readable output is better than accurate output.) gifski looks like huge fun and I'm eager to understand its algorithms better. I didn't realize until I looked that it is also Rust.
-
Everything under c/blake3_c_rust_bindings/ is used for testing the code in c/. In this case the bindgen output is copied in and committed, but in other projects I've run Bindgen inside build.rs, which is what Bindgen folks recommend.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Mutable Arguments Considered Harmful | micouy.github.io
-
Write SDK “base” in Rust, wrap in other languages?
-
The birth of a package manager [written in Rust :)]
-
Hey Rustaceans! Got a question? Ask here (11/2023)!
-
Reltester: automatically verify the invariants of PartialOrd/PartialEq/Ord/Eq handwritten implementations