mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
.. | ||
src | ||
.cargo-checksum.json | ||
.travis.yml | ||
Cargo.toml | ||
README.md |
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