dyn-clone 1.0.1

Clone trait that is object-safe
Documentation
[package]
name = "dyn-clone"
version = "1.0.1" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Clone trait that is object-safe"
repository = "https://github.com/dtolnay/dyn-clone"
documentation = "https://docs.rs/dyn-clone"
readme = "README.md"

[badges]
travis-ci = { repository = "dtolnay/dyn-clone" }