subplotlib 0.4.0

Utility functions and types for `subplot codegen` generated Rust based test suites. Relies on `subplotlib-derive` for associated macros.
docs.rs failed to build subplotlib-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: subplotlib-0.9.0

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.