zachs18-testing 0.8.0

A testing crate. Do not use.
Documentation
1
2
3
4
5
6
7
8
#![allow(unused)]

struct Thing(u64);

fn foo() {
    let thing = Thing(42);
    thing.0usize;
}