the-good-stuff/src/lib.rs
2022-10-23 12:36:02 +02:00

6 lines
88 B
Rust

#![feature(ptr_metadata)]
mod cfg_match;
mod unsized_clone;
pub use unsized_clone::*;