2 unstable releases
| 0.3.0 | Dec 16, 2023 |
|---|---|
| 0.2.0 | Oct 3, 2021 |
#2056 in Rust patterns
842,667 downloads per month
Used in 33 crates
(3 directly)
8KB
102 lines
destructure_traitobject
Unsafe helpers for dealing with raw trait objects.
Usage
Use the crates.io repository; add this to your Cargo.toml along
with the rest of your dependencies:
[dependencies]
destructure_traitobject = "0.2"
Author
Jonathan Reem was the original author of this project. It has since been forked and is currently maintained by Philip Peterson.
License
MIT/Apache-2.0