kyren / gc-arena

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

Add direct methods on Gc<[Ref]Lock> and convenience methods #58

Closed kyren closed 1 year ago

kyren commented 1 year ago

Prevents confusion over Gc::borrow and Borrow::borrow, also makes simple operations much less typing.