Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 288 Bytes

dispose - Linear wrappers for Rust

This is a small crate I made when working with gfx-hal to simplify working with linear resources that must be consumed at the end of their life, rather than borrowed as Drop does. For more information, see the docs.