An interface for writing a RustTypeChecker.
☆43Feb 27, 2023Updated 3 years ago
Alternatives and similar repositories for RustTyC
Users that are interested in RustTyC are comparing it to the libraries listed below
Sorting:
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆25Jan 31, 2022Updated 4 years ago
- Automatically verify traits invariants for [Partial]Eq, [Partial]Ord, Hash, [DoubleEnded|Fused]iterator☆20Aug 27, 2023Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Oct 22, 2024Updated last year
- A small example of a source->source pattern matching to decision tree compiler☆14Jul 29, 2020Updated 5 years ago
- A basic implementation of Hindley-Milner type inference via Algorithm W in Rust.☆43May 1, 2016Updated 9 years ago
- The never type (the true one!) in stable Rust.☆41Jul 4, 2025Updated 8 months ago
- A toy incremental computation framework☆15Jan 3, 2021Updated 5 years ago
- Automatically finds strings in your project and uses them to create the keys to a .csv translation file☆10Aug 18, 2022Updated 3 years ago
- Read trait fixed to soundly work with uninitalized memory☆28Nov 20, 2023Updated 2 years ago
- A safe and lightweight real-time Kernel written in Rust.☆13May 17, 2021Updated 4 years ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Apr 30, 2024Updated last year
- Name return types of async fn on stable Rust☆19Feb 20, 2026Updated last month
- A Rust-native WebAssembly syntax model useful for generating, reading, and emitting WebAssembly code.☆17Mar 9, 2026Updated last week
- impl fallible collections in rust, quite as describe in RFC 2116☆40Nov 7, 2024Updated last year
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 11 months ago
- A test framework for testing rustc diagnostics output☆41Mar 10, 2026Updated last week
- ☆36Jan 24, 2025Updated last year
- ☆11Dec 27, 2021Updated 4 years ago
- The third iteration of the Lavender programming language, implemented in Rust.☆12Apr 17, 2021Updated 4 years ago
- ☆13Jan 28, 2026Updated last month
- Safe generators on stable Rust.☆40Jul 1, 2023Updated 2 years ago
- Renders interactive fractal-like animations☆19May 16, 2017Updated 8 years ago
- ☆17Nov 6, 2025Updated 4 months ago
- the most complete serialization tree for serde☆16Apr 24, 2024Updated last year
- An alternative to `qcell` and `ghost-cell` that instead uses const generics☆13Feb 7, 2023Updated 3 years ago
- Attribute to override the visibility of items (useful in conjunction with cfg_attr)☆16Aug 13, 2024Updated last year
- A more secure recipe for uploading Rust docs to GitHub Pages☆21May 19, 2016Updated 9 years ago
- Locks compatible with std::sync, but with runtime deadlock debugging for testing purposes☆26Nov 19, 2023Updated 2 years ago
- Amplifying Rust language capabilities: multiple generic trait implementations, type wrappers, bit-precise numerics, derive macros☆56May 19, 2025Updated 10 months ago
- sptr: The Strict Provenance Polyfill☆75Oct 7, 2023Updated 2 years ago
- Control Minecraft's in-game music - In-game music player☆18Mar 18, 2024Updated 2 years ago
- Traits and functions to make writing proc macros more ergonomic.☆22Jun 27, 2023Updated 2 years ago
- various toys in j☆12Apr 13, 2022Updated 3 years ago
- Debug RefCell which keeps track of stack traces in debug mode☆24Jul 13, 2023Updated 2 years ago
- An efficient JSON Value parser☆76Dec 8, 2023Updated 2 years ago
- A Rust library for iterating over random permutations.☆14Jun 15, 2021Updated 4 years ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆26Aug 11, 2024Updated last year
- My personal website☆18May 12, 2025Updated 10 months ago
- Token tree calling convention☆82Dec 19, 2022Updated 3 years ago