rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆722Updated 4 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☆699Updated this week
- Defines the Rust borrow checker.☆1,563Updated 7 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆909Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- Whole program static stack analysis☆647Updated last year
- Test harness for ui tests of compiler diagnostics☆950Updated 3 weeks ago
- A home for compiler team planning documents, meeting minutes, and other such things.☆419Updated 2 months ago
- Rust implementations of compiler-rt and libm☆468Updated this week
- Intrusive collections for Rust☆479Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,175Updated this week
- How-to: Sanitize your Rust code!☆434Updated 7 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated 3 weeks ago
- A port of MUSL's libm to Rust.☆633Updated 8 months ago
- Module initialization/global constructor functions for Rust☆945Updated last month
- A crate for managing memory bit by bit☆1,361Updated last year
- A macro to generate structures which behave like bitflags☆1,085Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,597Updated 3 weeks ago
- Macros for all your token pasting needs☆1,072Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,553Updated last month
- ☆894Updated last week
- Backtraces in Rust☆600Updated 3 months ago
- Slab allocator for Rust☆865Updated 2 months ago
- Spin-based synchronization primitives☆572Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆918Updated 10 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆493Updated last year
- Auditing crates for unsafe code which can be safely replaced☆564Updated 3 years ago
- Rust quasi-quoting☆1,510Updated last week
- A Rust proc-macro attribute parser☆1,209Updated last week
- A modern Rust debugging library 🦀☆890Updated 3 years ago
- A vector with a fixed capacity. (Rust)☆846Updated last year