8 releases
0.4.2 | Nov 21, 2024 |
---|---|
0.4.1 | Nov 21, 2024 |
0.4.0 | Jul 31, 2023 |
0.3.0 | Jul 3, 2021 |
0.1.2 | Jun 21, 2020 |
#64 in #resource
15,440 downloads per month
Used in 7 crates
(via dispose)
22KB
373 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
~245–690KB
~17K SLoC