Write safer FFI code in Rust without polluting it with unsafe code
☆1,027Jan 16, 2026Updated 2 months ago
Alternatives and similar repositories for safer_ffi
Users that are interested in safer_ffi are comparing it to the libraries listed below
Sorting:
- Runtime for executing procedural macros as WebAssembly☆1,481Jan 21, 2026Updated 2 months ago
- Rust tool for generating FFI definitions allowing many other languages to call Rust code☆749Mar 6, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- a multi-language bindings generator for rust☆4,425Mar 12, 2026Updated last week
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- Notify async tasks or threads☆505Feb 7, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Spin-based synchronization primitives☆588Feb 5, 2026Updated last month
- Safe interop between Rust and C++☆6,684Mar 16, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆930Updated this week
- Zero-copy deserialization framework for Rust☆4,100Feb 28, 2026Updated 3 weeks ago
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆585Oct 12, 2023Updated 2 years ago
- A small and fast async runtime for Rust☆4,827Feb 23, 2026Updated 3 weeks ago
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,373Feb 13, 2026Updated last month
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,424Jan 7, 2026Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,567Jan 11, 2026Updated 2 months ago
- A project for generating C bindings from Rust code☆2,859Feb 21, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,187Feb 8, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Safe Rust bindings to POSIX-ish APIs☆1,931Feb 22, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Dec 18, 2022Updated 3 years ago
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated last week
- Safe cross-platform linker shenanigans☆839Feb 19, 2026Updated last month
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,718Mar 12, 2026Updated last week
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- Rust derive-based argument parsing optimized for code size☆1,902Updated this week
- Find unused dependencies in Cargo.toml☆2,085Dec 29, 2025Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,520Sep 29, 2025Updated 5 months ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Automatically generates Rust FFI bindings to C (and some C++) libraries.☆5,146Feb 24, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month