2 unstable releases

0.3.0 Dec 16, 2023
0.2.0 Oct 3, 2021

#540 in Rust patterns

Download history 44501/week @ 2024-06-12 39604/week @ 2024-06-19 45633/week @ 2024-06-26 48267/week @ 2024-07-03 51248/week @ 2024-07-10 49289/week @ 2024-07-17 53065/week @ 2024-07-24 57394/week @ 2024-07-31 55265/week @ 2024-08-07 55940/week @ 2024-08-14 52226/week @ 2024-08-21 46278/week @ 2024-08-28 55787/week @ 2024-09-04 48981/week @ 2024-09-11 46817/week @ 2024-09-18 39548/week @ 2024-09-25

199,260 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