#traits #raw #helper #object

unmaintained traitobject

Unsafe helpers for working with raw trait objects

4 releases

Uses old Rust 2015

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

#61 in #objects

Download history 9675/week @ 2024-01-02 11173/week @ 2024-01-09 10308/week @ 2024-01-16 11322/week @ 2024-01-23 11330/week @ 2024-01-30 12309/week @ 2024-02-06 13268/week @ 2024-02-13 13466/week @ 2024-02-20 12530/week @ 2024-02-27 13256/week @ 2024-03-05 10647/week @ 2024-03-12 13041/week @ 2024-03-19 14016/week @ 2024-03-26 13459/week @ 2024-04-02 18344/week @ 2024-04-09 33321/week @ 2024-04-16

81,269 downloads per month
Used in 1,071 crates (6 directly)

MIT/Apache

7KB
96 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 = "*"

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