File: README.md

package info (click to toggle)
rust-destructure-traitobject 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# destructure_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:

```toml
[dependencies]
destructure_traitobject = "0.2"
```

## Author

[Jonathan Reem](https://medium.com/@jreem) was the original author of this project.
It has since been forked and is currently maintained by
[Philip Peterson](https://github.com/philip-peterson/destructure_traitobject).

## License

MIT/Apache-2.0