calder / rust-goldenfileLinks
Simple goldenfile testing in Rust.
☆39Updated 3 months ago
Alternatives and similar repositories for rust-goldenfile
Users that are interested in rust-goldenfile are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- ☆72Updated 2 months ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆60Updated 4 months ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- Serialization value trees☆44Updated 10 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- Lending iterators on stable Rust☆82Updated last year
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Data-driven tests on stable Rust☆39Updated this week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆103Updated 5 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Some internal rustc tools made accessible☆47Updated 4 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A memory efficient syntax tree for language developers☆60Updated this week
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Compact sets in rust☆57Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- We have Crater At Home☆34Updated 7 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 9 months ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- ☆16Updated 2 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆44Updated 3 years ago