kazcw / comacroLinks
Rust declarative static analysis with macro-like syntax
☆15Updated 6 years ago
Alternatives and similar repositories for comacro
Users that are interested in comacro are comparing it to the libraries listed below
Sorting:
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A general-purpose lens library for Rust.☆30Updated 8 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 6 months ago
- JS affine☆67Updated 5 years ago
- Scrap Your Rust Boilerplate☆56Updated 7 years ago
- Beautiful generative geometric images from a string, based on @jasonlong's geo_pattern, with a WASM demo☆45Updated 5 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- More maintainable Rust test☆28Updated 4 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- ☆27Updated 8 years ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- A small Rust library for recycling types with owned memory☆33Updated 9 years ago
- ☆27Updated 10 years ago
- Dynamically query a type-erased object for any trait implementation