meithecatte / fake-static
rustc hates him! Sidestep borrow checking with this weird trick.
☆102Updated last year
Alternatives and similar repositories for fake-static:
Users that are interested in fake-static are comparing it to the libraries listed below
- Please do not use this.☆174Updated 3 years ago
- Compile-time string formatting☆230Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆143Updated last week
- home for proposals in and around compile-time function evaluation☆107Updated last year
- A graphical debugger for Rust MIR☆187Updated 2 years ago
- ☆256Updated 3 months ago
- Cargo subcommand for checking your documentation for broken links☆152Updated 2 months ago
- ☆97Updated 3 years ago
- Project group working on the "safe transmute" feature☆89Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated 2 years 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
- ☆41Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆199Updated last week
- A tool to mine crates.io and produce static websites☆129Updated 4 months ago
- Tools to avoid unnecessary usage of safe code☆38Updated 4 years ago
- Use declarative macros as proc_macro attributes or derives☆108Updated last year
- Unborrowed Rust Compiler (rustc without a borrowchecker)☆106Updated last year
- A library for compact bit sets containing enums.☆98Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆226Updated last month
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆102Updated 3 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions