implicit-clone 0.1.1

Immutable types and ImplicitClone trait similar to Copy
Documentation
[dependencies.indexmap]
optional = true
version = "1"

[features]
map = ["indexmap"]

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
categories = ["rust-patterns"]
description = "Immutable types and ImplicitClone trait similar to Copy"
documentation = "https://docs.rs/implicit-clone"
edition = "2021"
homepage = "https://github.com/rustminded/implicit-clone"
keywords = ["immutable", "cheap-clone", "copy", "rc"]
license = "MIT OR Apache-2.0"
name = "implicit-clone"
readme = "README.md"
repository = "https://github.com/rustminded/implicit-clone"
resolver = "2"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true