1 Commits

Author SHA1 Message Date
Rodin 6661a9f249 docs: ownership and lifetime patterns from rust-lang/rust
10 patterns, 677 lines. Full spec compliance.
Patterns: borrowing over owning, Clone/Copy, Cow, mem::take, Box,
Arc, Drop/RAII, lifetime elision, AsRef, PhantomData.
2026-04-30 14:57:23 -07:00