Crema is a static analysis tool for Rust-C FFI. It detects memory errors (memory leak, double-free and use-after-free) in pure Rust code and Rust interacting with C code.
-
Updated
Dec 6, 2025 - Rust
Crema is a static analysis tool for Rust-C FFI. It detects memory errors (memory leak, double-free and use-after-free) in pure Rust code and Rust interacting with C code.
Fault tolerant memory allocator that “fixes” minor heap overruns
To associate your repository with the memory-errors topic, visit your repo's landing page and select "manage topics."