rust-lang / unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
☆688Updated 5 months ago
Alternatives and similar repositories for unsafe-code-guidelines:
Users that are interested in unsafe-code-guidelines are comparing it to the libraries listed below
- Website for graphing performance of rustc☆664Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,225Updated last year
- Defines the Rust borrow checker.☆1,433Updated 10 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,469Updated last week
- Rust quasi-quoting☆1,407Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,126Updated last month
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆792Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆743Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆877Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,457Updated last week
- Auditing crates for unsafe code which can be safely replaced☆546Updated 3 years ago
- Intrusive collections for Rust☆448Updated 8 months ago
- A fast bump allocation arena for Rust☆1,697Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,288Updated 9 months ago
- ☆824Updated 2 weeks ago
- Concurrency permutation testing tool for Rust.☆2,330Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,011Updated 2 months ago
- Rust implementations of compiler-rt and libm☆409Updated this week
- Slab allocator for Rust☆777Updated last week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆801Updated 2 weeks ago
- Rust library allowing to register multiple handlers for the same signal☆771Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆847Updated 2 weeks ago
- A precise specification for "Rust lite / MIR plus"☆849Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,994Updated last month
- Spin-based synchronization primitives☆528Updated last month
- How-to: Sanitize your Rust code!☆428Updated 7 years ago
- A port of MUSL's libm to Rust.☆632Updated 2 weeks ago
- Compile time static maps for Rust☆1,916Updated 3 months ago
- Efficient, lock-free, bounded Rust broadcast channel☆816Updated last year