Skip to main content

osom_lib_test_helpers/
lib.rs

1//! This crate holds tools that help with testing.
2#![deny(warnings)]
3#![allow(unused_features)]
4#![cfg_attr(docsrs, feature(doc_cfg))]
5#![cfg_attr(docsrs, allow(unused_attributes))]
6#![warn(clippy::all, clippy::pedantic)]
7pub mod deserialize;