GuillaumeGomez / rustc-tools
Some internal rustc tools made accessible
☆47Updated 3 months ago
Alternatives and similar repositories for rustc-tools:
Users that are interested in rustc-tools are comparing it to the libraries listed below
- Lending iterators on stable Rust☆82Updated last year
- (lifetime) GATs on stable Rust☆58Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- We have Crater At Home☆30Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- Better reference counted strings for Rust☆121Updated 9 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- A low-level I/O ownership and borrowing library☆100Updated 4 months ago
- A memory efficient syntax tree for language developers☆57Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆136Updated last month
- docs.rs as a publishing platform?☆68Updated 2 months ago
- cargo-expand, but with Hygiene [WIP]☆21Updated last year
- Experimenting with Rust's fundamental data model☆51Updated 6 months ago
- Take a value atomically once.☆29Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- Reports when tokio runtime threads are blocking☆64Updated 7 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated last week
- Const TypeId and non-'static TypeId☆66Updated last month
- ☆72Updated 3 weeks ago
- A sinless derive helper☆72Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 7 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 5 months ago
- Trying to create Sync bump allocator☆32Updated 5 months ago
- ☆65Updated 10 months ago
- Make any value Sync but only available on its original thread