14 releases (8 breaking)
0.11.0 | Aug 20, 2024 |
---|---|
0.10.0 | Jun 15, 2024 |
0.9.0 | Aug 27, 2023 |
0.8.0 | Jun 14, 2023 |
0.1.0 | Jun 12, 2021 |
#886 in Rust patterns
887 downloads per month
Used in 7 crates
(6 directly)
87KB
1.5K
SLoC
Subplot test utilities
This crate is meant to be used by test suites generated using the Subplot
code generator using the rust
template. You should generally not use this
crate directly, instead test suites generated using the rust
template will
use subplotlib::prelude::*;
automatically.
If you want to explore things, then we suggest you start from the [prelude
][mod@prelude]
module since it exposes everything you'd normally find in a test suite.
Dependencies
~8–38MB
~615K SLoC