#traits #raw #helper #object

unmaintained traitobject

Unsafe helpers for working with raw trait objects

5 releases

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

#83 in #raw

Download history 22273/week @ 2024-11-25 22363/week @ 2024-12-02 23616/week @ 2024-12-09 21534/week @ 2024-12-16 13286/week @ 2024-12-23 14372/week @ 2024-12-30 25472/week @ 2025-01-06 25966/week @ 2025-01-13 25676/week @ 2025-01-20 24611/week @ 2025-01-27 44387/week @ 2025-02-03 19312/week @ 2025-02-10 12630/week @ 2025-02-17 14729/week @ 2025-02-24 12631/week @ 2025-03-03 16773/week @ 2025-03-10

58,004 downloads per month
Used in 1,062 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