danielhenrymantilla / visibility.rs
Attribute to override the visibility of items (useful in conjunction with cfg_attr)
☆13Updated 8 months ago
Alternatives and similar repositories for visibility.rs:
Users that are interested in visibility.rs are comparing it to the libraries listed below
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 8 months ago
- Backported standard Rust library to older compilers.☆21Updated 2 years ago
- ☆20Updated 2 years ago
- Iterator of const known length☆16Updated 4 months ago
- Rustdoc's JSON output interface☆30Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- ☆38Updated last year
- The never type (the true one!) in stable Rust.☆37Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- Ranged integers for Rust based on const generics☆28Updated 6 months ago
- Helper macros: autoimpl, impl_scope☆60Updated 3 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Macro for sealing traits and structures☆53Updated 4 months ago
- We have Crater At Home☆30Updated 6 months ago
- ☆41Updated last year
- A library for compact bit sets containing enums.☆98Updated last month
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Token tree calling convention☆79Updated 2 years ago
- Inline procedural macros for Rust☆55Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- ☆56Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- Install a rustc master toolchain usable from rustup☆75Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago