rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆697Updated last month
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☆682Updated this week
- Defines the Rust borrow checker.☆1,461Updated last month
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆834Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,135Updated 4 months ago
- Whole program static stack analysis☆631Updated 8 months ago
- Module initialization/global constructor functions for Rust☆875Updated last month
- Rust implementations of compiler-rt and libm☆429Updated this week
- A home for compiler team planning documents, meeting minutes, and other such things.☆411Updated this week
- A crate for managing memory bit by bit☆1,315Updated 11 months ago
- How-to: Sanitize your Rust code!☆430Updated 7 years ago
- A port of MUSL's libm to Rust.☆633Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆752Updated last month
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- Spin-based synchronization primitives☆542Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,496Updated last week
- A macro to generate structures which behave like bitflags☆1,029Updated last month
- Slab allocator for Rust☆802Updated last month
- Intrusive collections for Rust☆454Updated 10 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆845Updated 4 months ago
- Backtraces in Rust☆587Updated 3 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆479Updated last year
- A vector with a fixed capacity. (Rust)☆825Updated 8 months ago
- Write safer FFI code in Rust without polluting it with unsafe code☆998Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,800Updated 2 weeks ago
- Rust quasi-quoting☆1,433Updated last month
- A Rust proc-macro attribute parser☆1,139Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,496Updated 3 weeks ago
- A modern Rust debugging library 🦀☆892Updated 3 years ago