dtolnay / trybuildLinks
Test harness for ui tests of compiler diagnostics
☆917Updated 2 weeks ago
Alternatives and similar repositories for trybuild
Users that are interested in trybuild are comparing it to the libraries listed below
Sorting:
- A Rust proc-macro attribute parser☆1,162Updated 2 weeks ago
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- ☆857Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆679Updated last week
- Compile-time type-checked builder derive☆1,066Updated last week
- Typed distributed plugin registration☆1,174Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆538Updated 6 months ago
- A minimal `syn` syntax tree pretty-printer☆714Updated 2 weeks ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆777Updated last week
- Module initialization/global constructor functions for Rust☆898Updated last month
- Easy self-referential struct generation for Rust.☆646Updated 8 months ago
- Rust method delegation with less boilerplate☆495Updated last month
- Rust procedural macro attribute for adding test cases easily☆625Updated last year
- Cargo subcommand to provide various options useful for testing and continuous integration.☆749Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Rust library allowing to register multiple handlers for the same signal☆800Updated last week
- Just, really the littlest Vec you could need. So smol.☆705Updated 3 weeks ago
- A tool for managing cargo workspaces and their crates, inspired by lerna☆546Updated last week
- Numeric traits for generic mathematics in Rust☆861Updated 2 months ago
- Asynchronous streams for Rust using async & await notation☆700Updated 9 months ago
- Slab allocator for Rust