kyren / gc-arena

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

Reified `&Write<T>` barriers and `field!` projections. #68

Closed moulins closed 1 year ago

moulins commented 1 year ago

This adds new APIs for safe field-level mutation:

See the field_locks test for a simple example.