suitest 0.1.3

A library for quality of life test suites
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!(concat!("../", std::env!("CARGO_PKG_README")))]

pub use suitest_macros::*;

pub mod internal {
    pub use futures_util;
    pub use once_cell;
    pub use once_cell::sync::OnceCell;
}