2 unstable releases

0.3.0 Dec 16, 2023
0.2.0 Oct 3, 2021

#653 in Rust patterns

Download history 52795/week @ 2024-07-21 54375/week @ 2024-07-28 52349/week @ 2024-08-04 58696/week @ 2024-08-11 54477/week @ 2024-08-18 51591/week @ 2024-08-25 49386/week @ 2024-09-01 51984/week @ 2024-09-08 45847/week @ 2024-09-15 48250/week @ 2024-09-22 44969/week @ 2024-09-29 47556/week @ 2024-10-06 44517/week @ 2024-10-13 50431/week @ 2024-10-20 41926/week @ 2024-10-27 52336/week @ 2024-11-03

192,594 downloads per month
Used in 10 crates (3 directly)

MIT/Apache

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


lib.rs:

traitobject

Unsafe helpers for working with raw TraitObjects.

No runtime deps