#api-design
Wiki 3
- Garbage Collection Without Unsafe Code Fitzgerald's safe-gc library implements a Rust GC with zero unsafe code by routing every access through Heap indexing instead of pointer deref
- JEP 540: Simple JSON API (Incubator) OpenJDK's incubating jdk.incubator.json — a deliberately minimal, strict, DOM-only JSON API
- Safety in an unsafe { world } joshlf's RustConf talk on teaching Rust safety properties the language cannot reason about