#rest

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

#265 in #rest

Download history 26950/week @ 2024-07-19 25102/week @ 2024-07-26 27209/week @ 2024-08-02 31923/week @ 2024-08-09 26569/week @ 2024-08-16 24082/week @ 2024-08-23 24606/week @ 2024-08-30 23253/week @ 2024-09-06 25113/week @ 2024-09-13 26945/week @ 2024-09-20 26973/week @ 2024-09-27 28636/week @ 2024-10-04 25858/week @ 2024-10-11 25919/week @ 2024-10-18 22325/week @ 2024-10-25 23554/week @ 2024-11-01

103,413 downloads per month
Used in 1,063 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