1 unstable release
Uses old Rust 2015
0.2.0 | Oct 3, 2021 |
---|
51,999 downloads per month
Used in 7 crates
(2 directly)
7KB
92 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.