Commit Graph

8 Commits

Author SHA1 Message Date
64f503633d feat: unsafely support ?Sized 2025-07-21 20:34:09 +02:00
1b2c8c01a0 chore: canonical copy impl works 2025-07-20 01:38:44 +02:00
af5e5ff19e safety: what I think is a safe macro for linked list creation
+ some docs changes and cleanup
2025-07-20 01:36:48 +02:00
0d8780017b add drop impl 2025-07-19 23:26:22 +02:00
50b35de725 clean docs and way chiller lifetimes and api 2025-07-19 19:44:12 +02:00
4af59d5ae0 fixes: (read comment)
- `remove` lock better synchronization
- `remove` better drop impl
- `remove` fixed potential race condition / deadlock
- `append` forgor to modify first node's `prev`
- feat: add `pop` fn

note: for now test with `cargo test -- --nocapture`
2025-07-18 02:26:16 +02:00
326ad9822d rm: udeps 2025-07-18 01:00:15 +02:00
08884ebffb init version 2025-07-17 23:46:35 +02:00