Centril / rust-safe
A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.
☆81Updated 5 years ago
Alternatives and similar repositories for rust-safe:
Users that are interested in rust-safe are comparing it to the libraries listed below
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Safely combine results☆81Updated 8 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 8 months ago
- ☆63Updated 7 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- ☆64Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- ☆56Updated last year
- ☆52Updated 5 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Concurrent hash trie☆54Updated 4 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated last year
- A tool for finding large memcpy's in llvm ir☆60Updated 6 years ago
- A proc-macro to break Rust IDEs☆64Updated 3 years ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- ☆58Updated 8 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago