clone-behavior 0.0.1

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

This is a stub, with the bare minimum that I need right now to bound the semantic behavior
of clones, as I do not wish to go on a yak-shaving sidequest at the moment.

A proper version of this crate will have documentation and provide a derive macro.


## 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