A wrapper type that allows moving non-Send types between threads with runtime checks ensuring access and drop occur on the original thread.
# Cargo.toml
[dependencies]
send_wrapper = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps a non-Send value and moves it to another thread, panicking if accessed from wrong thread.
Ensure all access and drop happen on the original thread, or use alternative synchronization.
No dependency data recorded yet.