kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

Let Gc::cast and Gc::from_ptr work for ?Sized types #100

Closed kyren closed 6 days ago

kyren commented 1 week ago

pointer::byte_offset requires rust 1.75, so this is a MSRV change.