getditto / safer_ffiLinks
Write safer FFI code in Rust without polluting it with unsafe code
☆986Updated last week
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,387Updated 2 weeks ago
- ☆988Updated last week
- A Rust proc-macro attribute parser☆1,121Updated 2 weeks ago
- Rust quasi-quoting☆1,421Updated last week
- Typed distributed plugin registration☆1,115Updated 3 months ago
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- A macro to generate structures which behave like bitflags☆1,018Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Compile-time type-checked builder derive☆1,026Updated 2 months ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆553Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,639Updated this week
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,132Updated 2 months ago
- Module initialization/global constructor functions for Rust☆864Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,029Updated this week
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,322Updated last week
- Rust library for single assignment cells and lazy statics without macros☆1,982Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,567Updated this week
- Compile time static maps for Rust☆1,929Updated 4 months ago
- A crate for managing memory bit by bit☆1,306Updated 9 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,480Updated last week
- A no_std + serde compatible message library for Rust☆1,113Updated last month
- ☆829Updated 2 weeks ago
- Find unused dependencies in Cargo.toml