Registry / utility / moveit

moveit

JSON →
library0.6.0rscratesunverified

A library for safe, in-place construction of Rust (and C++!) objects, enabling move semantics in constrained contexts.

# Cargo.toml [dependencies] moveit = "0.6.0"
INSTALL
IMPORT
SIG · MOVEIT
M
moveit
utilityrustv0.6.0
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.

New
use moveit::new::New;

Creates a new value using the MoveIt New trait for in-place construction.

use moveit::new::New; let value = New::new(42);
Debug
Known issues
gotchaUnsafe code involved; misuse can lead to undefined behavior.
fix
Ensure proper pinning and lifetime management as per documentation.
affects: >=0.0.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
moveit — cargo add moveit · libregistry