rustio rustio.net
61

compio-send-wrapper

v0.7.2 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 12d ago)
  • !Pre-1.0: API may have breaking changes
  • โœ“Permissive license (MIT/Apache-2.0)

Security

Checking security advisories...
Downloads
141.1K
Dependents
19
Releases
3
Size
15KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

90.6K downloads in the last 30 days (3.0K/day), up 387% from the previous period.

๐Ÿ‘ค
Prolific maintainer

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

๐Ÿ“
Compact crate

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

๐ŸŒŸ
Used by top crates

Notable dependents include compio-driver, compio-runtime, compio-executor. When high-quality crates choose compio-send-wrapper, it's a strong quality signal.

Health Breakdown

Maintenance 18/25

Recency, release consistency, active ratio

Quality 15/25

Yanked ratio, deps, size, maturity, features

Community 9/20

Reverse deps, ownership, ecosystem

Popularity 6/15

Downloads, momentum, growth trend

Documentation 13/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
1K/day avg+233%
02K4K6K8K4/265/146/16/197/77/24

Top Dependents

Version Adoption

v0.7.1
64%
v0.7.2
27%
v0.7.0
9%

Release Timeline

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

Feature Flags

futuresnightlycurrent_thread_id

README

Loading README...

Maintainers

Dependencies
5
direct dependencies
Dependents
19
crates depend on compio-send-wrapper

Similar Crates