dynemit 0.0.1

a crate for working with Dynamic Dispatch in Rust.
Documentation
1
2
3
4
5
#![no_std]

pub mod hash;
pub mod eq;
pub mod clone;