rustio rustio.net
59

send_wrapper

v0.6.0 Growing

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 2018
Rust patterns #wrapper#thread_local#send

Quick Verdict

  • โœ•Not updated for 3+ years
  • !Pre-1.0: API may have breaking changes
  • โœ“Massive adoption (1.7K crates depend on it)
  • โœ“Team maintained (2 owners)
  • โœ“Tiny footprint (11KB, 3 deps)

Security

Checking security advisories...
Downloads
34.7M
Dependents
1.7K
Releases
6
Size
11KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

2.5M downloads in the last 30 days (82.7K/day), up 32% from the previous period.

๐Ÿ”—
Widely adopted

1.7K crates depend on send_wrapper. Strong ecosystem adoption means battle-tested code and long-term stability.

๐Ÿ‘ฅ
Team maintained

This crate is maintained by a team (2 owners), reducing bus-factor risk and ensuring continuity.

๐Ÿ”ฌ
Pre-1.0 for over a year

Despite being 8+ years old, send_wrapper hasn't reached 1.0 yet. Expect potential API changes between versions.

๐Ÿชถ
Minimal dependencies

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

๐Ÿ“
Compact crate

At 10KB, send_wrapper is lightweight. Small crate size correlates with focused, well-scoped functionality.

๐ŸŒŸ
Used by top crates

Notable dependents include pyo3, futures-timer, neon, ws_stream_wasm, libp2p-wasm-ext. When high-quality crates choose send_wrapper, it's a strong quality signal.

Health Breakdown

Maintenance 4/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 19/20

Reverse deps, ownership, ecosystem

Popularity 8/15

Downloads, momentum, growth trend

Documentation 12/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
65K/day avg+59%
050K100K12/291/162/32/213/113/28

Top Dependents

Version Adoption

v0.6.0
57%
v0.4.0
38%
v0.5.0
3%
v0.2.0
1%
v0.3.0
0%

Release Timeline

6 releasessince 2017
J
F
M
A
M
J
J
A
S
O
N
D
2017
2
2018
2019
2
2020
1
2021
2022
1
2023
2024
2025
2026
Less
More

Feature Flags

futures

README

Loading README...

Maintainers

Dependencies
3
direct dependencies
Dependents
1.7K
crates depend on send_wrapper

Similar Crates