#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

#68 in #objects

Download history 10584/week @ 2024-03-14 13730/week @ 2024-03-21 14883/week @ 2024-03-28 11681/week @ 2024-04-04 29635/week @ 2024-04-11 42320/week @ 2024-04-18 26801/week @ 2024-04-25 23779/week @ 2024-05-02 22913/week @ 2024-05-09 31700/week @ 2024-05-16 27140/week @ 2024-05-23 24999/week @ 2024-05-30 25138/week @ 2024-06-06 24281/week @ 2024-06-13 28411/week @ 2024-06-20 21931/week @ 2024-06-27

104,904 downloads per month
Used in 1,064 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