dyn-clone 1.0.10

Clone trait that is object-safe
Documentation
[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.66"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Clone trait that is object-safe"
documentation = "https://docs.rs/dyn-clone"
edition = "2018"
keywords = ["dyn", "clone", "trait-object"]
license = "MIT OR Apache-2.0"
name = "dyn-clone"
readme = "README.md"
repository = "https://github.com/dtolnay/dyn-clone"
rust-version = "1.45"
version = "1.0.10"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]