exphp-share / unsafe-gotchas
mdbook on common pitfalls in unsafe rust code
☆11Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for unsafe-gotchas
- Backported standard Rust library to older compilers.☆21Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated 2 weeks ago
- ☆11Updated 4 years ago
- ☆31Updated 4 years ago
- Rust API stability attributes for the rest of us.☆30Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- LZW en- and decoding that goes weeeee!☆26Updated 7 months ago
- Parse integers directly from `[u8]` slices in safe code☆53Updated 11 months ago
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆30Updated last year
- Easy and safe destructuring for more types.☆30Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 9 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆42Updated last month
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- ☆23Updated 4 years ago
- watt-based inline procedural macros☆14Updated 4 years ago
- Rustdoc's JSON output interface☆28Updated 3 weeks ago
- Convenience wrapper for cargo buildscript input/output☆12Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- Iterator of const known length☆14Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Trait and macro for unitary enums☆16Updated last year
- Install a rustc master toolchain usable from rustup☆72Updated last year
- Simple and fast implementation of language tag normalization and validation