#test-suite #generated #subplot #codegen #utilities #testing #associated

subplotlib

Utility functions and types for subplot codegen generated Rust based test suites. Relies on subplotlib-derive for associated macros.

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

Download history 91/week @ 2024-06-28 126/week @ 2024-07-05 93/week @ 2024-07-12 146/week @ 2024-07-19 41/week @ 2024-07-26 37/week @ 2024-08-02 285/week @ 2024-08-09 251/week @ 2024-08-16 94/week @ 2024-08-23 145/week @ 2024-08-30 77/week @ 2024-09-06 115/week @ 2024-09-13 151/week @ 2024-09-20 185/week @ 2024-09-27 276/week @ 2024-10-04 269/week @ 2024-10-11

887 downloads per month
Used in 7 crates (6 directly)

MIT-0 license

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