#traits #raw #helper #object

unmaintained traitobject

Unsafe helpers for working with raw trait objects

5 releases

new 0.1.1 Feb 13, 2025
0.1.0 Jan 30, 2017
0.0.3 May 16, 2015
0.0.2 May 16, 2015
0.0.1 Apr 2, 2015

⚠️ Issues reported

#2444 in Rust patterns

Download history 22325/week @ 2024-10-25 23579/week @ 2024-11-01 23071/week @ 2024-11-08 22083/week @ 2024-11-15 23394/week @ 2024-11-22 21808/week @ 2024-11-29 21805/week @ 2024-12-06 24136/week @ 2024-12-13 15098/week @ 2024-12-20 12635/week @ 2024-12-27 22674/week @ 2025-01-03 27472/week @ 2025-01-10 24538/week @ 2025-01-17 23332/week @ 2025-01-24 37032/week @ 2025-01-31 31696/week @ 2025-02-07

122,358 downloads per month
Used in 1,061 crates (6 directly)

MIT/Apache

8KB
89 lines

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]
traitobject = "0.1"

Author

Jonathan Reem is the primary author and maintainer of traitobject.

License

MIT/Apache-2.0


lib.rs:

traitobject

Unsafe helpers for working with raw TraitObjects.

No runtime deps