Registry / utility / copyless

copyless

JSON →
library0.1.5rscratesunverified

Ways to eliminate memcpy calls when using the standard library, reducing unnecessary copies.

# Cargo.toml [dependencies] copyless = "0.1.5"
INSTALL
IMPORT
SIG · COPYLESS
C
copyless
utilityrustv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BoxHelper
use copyless::BoxHelper;

Creates a box without copying the value.

use copyless::BoxHelper; fn main() { let x = BoxHelper::new(42); println!("{}", *x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
copyless — cargo add copyless · libregistry