supercilex-tests 0.4.22

Test utilities I use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[test]
fn fmt() {
    supercilex_tests::fmt();
}

#[test]
fn clippy() {
    supercilex_tests::clippy();
}

#[test]
#[cfg(feature = "api")]
fn api() {
    supercilex_tests::api();
}