//! One-line import of everything a typical conformance test needs.
//!
//! ```ignore
//! use cc_lb_plugin_conformance::prelude::*;
//!
//! #[test]
//! fn conformance() {
//! ConformanceSuite::for_shape(&wasm()).with_plugin_name("x").run();
//! }
//! ```
pub use crate::;
pub use ;
pub use ;