feat: unsafely support ?Sized

This commit is contained in:
2025-07-21 20:34:09 +02:00
parent 1b2c8c01a0
commit 64f503633d
6 changed files with 177 additions and 104 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
dst-clone = { git = "https://git.javalsai.tuxcord.net/tuxcord/dst-clone", version = "0" }
parking_lot = { version = "0", default-features = false }