#trait-object #helper #traits #forked #raw

destructure_traitobject

Unsafe helpers for working with raw trait objects. (Forked from traitobject)

2 unstable releases

0.3.0 Dec 16, 2023
0.2.0 Oct 3, 2021

#2056 in Rust patterns

Download history 188743/week @ 2025-10-17 192426/week @ 2025-10-24 185320/week @ 2025-10-31 199542/week @ 2025-11-07 192831/week @ 2025-11-14 176385/week @ 2025-11-21 168553/week @ 2025-11-28 182487/week @ 2025-12-05 202879/week @ 2025-12-12 204996/week @ 2025-12-19 156591/week @ 2025-12-26 194076/week @ 2026-01-02 215914/week @ 2026-01-09 211922/week @ 2026-01-16 191341/week @ 2026-01-23 190539/week @ 2026-01-30

842,667 downloads per month
Used in 33 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

No runtime deps