no-copy

Crates.iono-copy
lib.rsno-copy
version0.1.0
created_at2025-08-13 14:52:24.412172+00
updated_at2025-08-13 14:52:24.412172+00
descriptionA simple packer, but no implement copy
homepage
repositoryhttps://github.com/A4-Tacks/no-copy-rs
max_upload_size
id1793693
size11,098
A4-Tacks (A4-Tacks)

documentation

README

A simple packer, but no implement copy

Examples

use no_copy::NoCopy;

let mut n = NoCopy(3);
let _moved = n;
let _use_after_moved = n;
Commit count: 0

cargo fmt