rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆696Updated this week
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☆668Updated this week
- Defines the Rust borrow checker.☆1,443Updated 11 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,229Updated last year
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆815Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,132Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,480Updated last week
- Rust quasi-quoting☆1,421Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,018Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- A precise specification for "Rust lite / MIR plus"☆868Updated last week
- A crate for managing memory bit by bit☆1,306Updated 9 months ago
- Rust library allowing to register multiple handlers for the same signal☆780Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆864Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Auditing crates for unsafe code which can be safely replaced☆548Updated 3 years ago
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- Slab allocator for Rust☆789Updated 2 weeks ago
- A port of MUSL's libm to Rust.☆632Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆795Updated 3 months ago
- ☆829Updated 2 weeks ago
- Compile time static maps for Rust☆1,929Updated 4 months ago
- Intrusive collections for Rust☆454Updated 8 months ago
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- Some more derive(Trait) options☆1,922Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆938Updated last month
- How-to: Sanitize your Rust code!☆430Updated 7 years ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- An implementation of a LRU cache☆707Updated last month