mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-14 16:45:01 +01:00
uwu
This commit is contained in:
commit
8fadf72227
6 changed files with 181 additions and 0 deletions
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#![feature(ptr_metadata)]
|
||||
|
||||
mod cfg_match;
|
||||
mod unsized_clone;
|
||||
|
||||
pub use unsized_clone::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue