dynemit 0.0.1

a crate for working with Dynamic Dispatch in Rust.
Documentation
1
2
3
4
5
6
7
# dynemit
a crate for working with Dynamic Dispatch in Rust

built on top of:
- [dyn-clone by dtolnay]https://github.com/dtolnay/dyn-clone
- [dyn-eq by Rayzeq]https://github.com/Rayzeq/dyn-eq
- [dyn-hash by dtolnay]https://github.com/dtolnay/dyn-hash