#traits #raw #object #helper

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

#123 in #raw

Download history 12188/week @ 2023-12-07 12622/week @ 2023-12-14 7363/week @ 2023-12-21 7835/week @ 2023-12-28 10699/week @ 2024-01-04 10601/week @ 2024-01-11 10736/week @ 2024-01-18 11664/week @ 2024-01-25 11145/week @ 2024-02-01 12359/week @ 2024-02-08 13909/week @ 2024-02-15 13103/week @ 2024-02-22 12972/week @ 2024-02-29 12519/week @ 2024-03-07 10584/week @ 2024-03-14 11463/week @ 2024-03-21

49,880 downloads per month
Used in 1,068 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