dispose 0.5.2

A simple wrapper for values that must be consumed on drop.
Documentation
1
2
3
4
5
# `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](https://docs.rs/dispose).