clone-behavior 0.2.0

Bound the semantic behavior and time complexity of cloning a value
Documentation
<div align="center" class="rustdoc-hidden">
<h1> Clone Behavior </h1>
</div>

[<img alt="github" src="https://img.shields.io/badge/github-clone--behavior-08f?logo=github" height="20">](https://github.com/robofinch/clone-behavior/)
[![Latest version](https://img.shields.io/crates/v/clone-behavior.svg)](https://crates.io/crates/clone-behavior)
[![Documentation](https://img.shields.io/docsrs/clone-behavior)](https://docs.rs/clone-behavior/0)
[![Apache 2.0 or MIT license.](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](#license)

Bound the semantic behavior and time complexity of cloning a value.

A future version of this crate might provide a derive macro if there is interest.

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE][])
* MIT license ([LICENSE-MIT][])

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.

[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-MIT]: LICENSE-MIT