This commit is contained in:
nora 2022-10-23 12:36:02 +02:00
commit 8fadf72227
No known key found for this signature in database
6 changed files with 181 additions and 0 deletions

6
src/lib.rs Normal file
View file

@ -0,0 +1,6 @@
#![feature(ptr_metadata)]
mod cfg_match;
mod unsized_clone;
pub use unsized_clone::*;