google / googletest-rustLinks
A unit testing library which provides rich assertions, fixtures, and other advanced testing features. Inspired by Google's C++ testing library googletest.
☆399Updated last week
Alternatives and similar repositories for googletest-rust
Users that are interested in googletest-rust are comparing it to the libraries listed below
Sorting:
- Fluent assertion library for Rust with readable messages.☆146Updated 2 months ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆800Updated this week
- Easy self-referential struct generation for Rust.☆691Updated last year
- ☆377Updated last week
- Experiments with structured concurrency in Rust☆410Updated last year
- Google Cloud Client Libraries for Rust.☆300Updated 2 weeks ago
- Rust allocator using jemalloc as a backend☆487Updated 3 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆544Updated 3 weeks ago
- A bidirectional bindings generator for C++ and Rust.☆969Updated this week
- Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.☆736Updated 2 weeks ago
- sccache github action☆179Updated 2 months ago
- supply-chain security for Rust☆793Updated 3 weeks ago
- Library and tools for managing ecosystem wide call graphs and llvm-ir analysis☆179Updated 9 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆934Updated 11 months ago
- Rust tool for generating FFI definitions allowing many other languages to call Rust code☆733Updated this week
- Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).☆1,275Updated this week
- Working group dedicated to improving the foundations of Async I/O in Rust☆397Updated 8 months ago
- A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)☆659Updated 2 weeks ago
- Structured concurrency operations for async Rust☆487Updated last week
- Rust crate for a convenient RAII scope guard.☆549Updated 2 years ago
- Google Cloud Client Library for Rust☆181Updated last year
- Compile-time type-checked builder derive☆1,141Updated last month
- Like Rust's std::Path, but UTF-8.☆544Updated last month
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆819Updated 2 weeks ago
- Async I/O and timers☆576Updated 3 weeks ago
- Fast floating point to string conversion☆690Updated last week
- A minimal `syn` syntax tree pretty-printer☆737Updated last month
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆446Updated 2 weeks ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆523Updated last week
- Module initialization/global constructor functions for Rust