Others / shredder

Garbage collected smart pointers for Rust
MIT License
266 stars 9 forks source link

Implement `Finalize` derive #59

Closed Others closed 3 years ago

Others commented 4 years ago

Also a FieldFinalize trait that just implements finalization for fields, not Finalize itself

Others commented 3 years ago

Done