rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆713Updated 2 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
Sorting:
- Website for graphing performance of rustc☆691Updated this week
- Rust implementations of compiler-rt and libm☆449Updated last month
- Intrusive collections for Rust☆471Updated last year
- Defines the Rust borrow checker.☆1,525Updated 4 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆759Updated 2 weeks ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆869Updated last week
- Module initialization/global constructor functions for Rust☆910Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,157Updated this week
- Whole program static stack analysis☆640Updated 11 months ago
- How-to: Sanitize your Rust code!☆432Updated 7 years ago
- Test harness for ui tests of compiler diagnostics☆930Updated last week
- Macros for all your token pasting needs☆1,059Updated last year
- Spin-based synchronization primitives☆560Updated 3 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆484Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆887Updated 8 months ago
- A port of MUSL's libm to Rust.☆631Updated 6 months ago
- Slab allocator for Rust☆847Updated 2 months ago
- ☆873Updated this week
- A crate for managing memory bit by bit☆1,343Updated last year
- A home for compiler team planning documents, meeting minutes, and other such things.☆414Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,544Updated last month
- A macro to generate structures which behave like bitflags☆1,061Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,536Updated last month
- A vector with a fixed capacity. (Rust)☆830Updated last year
- Rust quasi-quoting☆1,475Updated 3 weeks ago
- Rust library allowing to register multiple handlers for the same signal☆802Updated last month
- A unified interface for reading and writing object file formats☆768Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆635Updated last year
- Auditing crates for unsafe code which can be safely replaced☆558Updated 3 years ago