dtolnay / wattLinks
Runtime for executing procedural macros as WebAssembly
☆1,442Updated last week
Alternatives and similar repositories for watt
Users that are interested in watt are comparing it to the libraries listed below
Sorting:
- Attribute macro to require that the compiler prove a function can't ever panic☆1,164Updated last week
- Macros for all your token pasting needs☆1,064Updated last year
- Slotmap data structure for Rust☆1,257Updated last year
- Compile time static maps for Rust☆2,061Updated last month
- A fast bump allocation arena for Rust☆1,974Updated last month
- Data structure serialization library with several opposite design goals from Serde☆904Updated last week
- Typed distributed plugin registration☆1,215Updated last week
- A crate for managing memory bit by bit☆1,359Updated last year
- Write safer FFI code in Rust without polluting it with unsafe code☆1,017Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,812Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆762Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,571Updated 2 weeks ago
- Rust doesn't have exceptions☆636Updated 5 years ago
- Cranelift based backend for rustc☆1,922Updated last week
- A Rust proc-macro attribute parser☆1,195Updated last week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,550Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index