6 releases (3 breaking)
0.4.0 | Jul 31, 2023 |
---|---|
0.3.0 | Jul 3, 2021 |
0.2.0 | Oct 20, 2020 |
0.1.2 | Jun 21, 2020 |
#57 in #resource
7,259 downloads per month
Used in 7 crates
(via dispose)
21KB
348 lines
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.
lib.rs
:
Derive macro for the dispose
crate.
This crate provides a derive macro for quickly deriving Dispose
on types
where the values can be consumed relatively trivially.
Dependencies
~300–750KB
~17K SLoC