rustio rustio.net
50

compio-send-wrapper

v0.7.0 Experimental

This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.

MIT/Apache-2.0 Edition 2024
Rust patterns #wrapper#thread_local#send

Quick Verdict

  • โœ“Actively maintained (updated 9d ago)
  • !Pre-1.0: API may have breaking changes
  • โœ“Tiny footprint (12KB, 3 deps)
  • โœ“Permissive license (MIT/Apache-2.0)

Security

Checking security advisories...
Downloads
4.8K
Dependents
0
Releases
1
Size
12KB

Deep Insights

๐Ÿ“Š
Download activity

4.8K downloads in the last 30 days (160/day avg).

๐Ÿ‘ค
Prolific maintainer

The primary maintainer publishes 66 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

๐Ÿชถ
Minimal dependencies

Only 3 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.

๐Ÿ“
Compact crate

At 12KB, compio-send-wrapper is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 12/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 5/20

Reverse deps, ownership, ecosystem

Popularity 4/15

Downloads, momentum, growth trend

Documentation 13/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
53/day avg
05001K12/301/172/42/223/123/29

Version Adoption

v0.7.0
100%

Release Timeline

1 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
1
Less
More

Feature Flags

futuresnightlycurrent_thread_id

README

Loading README...

Maintainers

Dependencies
3
direct dependencies
Dependents
0
crates depend on compio-send-wrapper

Similar Crates