not_copy 1.0.1

For when you need to trivially turn a Copy type into something that isn't Copy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.serde]
optional = true
version = "1.0"

[package]
authors = ["jacobkiesel <kieseljake@gmail.com>"]
description = "For when you need to trivially turn a Copy type into something that isn't Copy."
documentation = "https://docs.rs/not_copy/1.0.0/not_copy/"
edition = "2018"
license = "MIT/Apache-2.0"
name = "not_copy"
repository = "https://github.com/Xaeroxe/not_copy"
version = "1.0.1"