Write safer FFI code in Rust without polluting it with unsafe code
☆1,026Jan 16, 2026Updated last month
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,472Jan 21, 2026Updated last month
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Rust tool for generating FFI definitions allowing many other languages to call Rust code☆742Feb 23, 2026Updated last week
- A fast bump allocation arena for Rust☆2,117Updated this week
- a multi-language bindings generator for rust☆4,350Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Notify async tasks or threads☆504Feb 7, 2026Updated 3 weeks ago
- Safe interop between Rust and C++☆6,671Feb 15, 2026Updated 2 weeks ago
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,367Feb 13, 2026Updated 2 weeks ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆925Feb 23, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,417Jan 7, 2026Updated last month
- A project for generating C bindings from Rust code☆2,840Feb 21, 2026Updated last week
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆584Oct 12, 2023Updated 2 years ago
- A small and fast async runtime for Rust☆4,788Feb 23, 2026Updated last week
- Spin-based synchronization primitives☆586Feb 5, 2026Updated 3 weeks ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,563Jan 11, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Safe Rust bindings to POSIX-ish APIs☆1,920Feb 22, 2026Updated last week
- Safe cross-platform linker shenanigans☆836Feb 19, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,515Apr 29, 2025Updated 10 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated 3 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,710Updated this week
- Rust derive-based argument parsing optimized for code size☆1,888Feb 11, 2026Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,509Sep 29, 2025Updated 5 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- An interpreter for Rust's mid-level intermediate representation☆5,929Updated this week
- Find unused dependencies in Cargo.toml☆2,083Dec 29, 2025Updated 2 months ago
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week