| Crates.io | no-copy |
| lib.rs | no-copy |
| version | 0.1.0 |
| created_at | 2025-08-13 14:52:24.412172+00 |
| updated_at | 2025-08-13 14:52:24.412172+00 |
| description | A simple packer, but no implement copy |
| homepage | |
| repository | https://github.com/A4-Tacks/no-copy-rs |
| max_upload_size | |
| id | 1793693 |
| size | 11,098 |
A simple packer, but no implement copy
use no_copy::NoCopy;
let mut n = NoCopy(3);
let _moved = n;
let _use_after_moved = n;