rustio rustio.net
35

xarc

v0.3.0 Growing

`xarc` provides atomically swappable atomically refcounted smart pointers as a safer building block for lockfree algorithms than raw atomic pointers. `Xarc` is comparable to `Arc` but with the additional ability to atomically be swapped into and out of `AtomicXarc`. `Xarc` is dereferenceable but cannot have its contents atomically swapped. `AtomicXarc` can have its contents atomically swapped but is not dereferenceable.

MPL-2.0 Edition 2018
ConcurrencyMemory management #generic#concurrency#memory#performance#lock-free

Quick Verdict

  • โœ•Not updated for 4+ years
  • !Pre-1.0: API may have breaking changes
  • !33% of releases were yanked

Security

Checking security advisories...
Downloads
4.7K
Dependents
25
Releases
3
Size
13KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

36 downloads in the last 30 days (1/day), up 100% from the previous period.

๐Ÿ”ฌ
Pre-1.0 for over a year

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

๐Ÿ“
Compact crate

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

โš ๏ธ
Notable yanked versions

33% of releases have been yanked. Check version history before pinning.

Health Breakdown

Maintenance 4/25

Recency, release consistency, active ratio

Quality 8/25

Yanked ratio, deps, size, maturity, features

Community 10/20

Reverse deps, ownership, ecosystem

Popularity 4/15

Downloads, momentum, growth trend

Documentation 9/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
1/day avg+56%
051012/301/172/42/223/123/29

Version Adoption

v0.3.0
56%
v0.2.0
44%

Release Timeline

3 releases1 yankedsince 2020
J
F
M
A
M
J
J
A
S
O
N
D
2020
2
2021
1
2022
2023
2024
2025
2026
Less
More|
Yanked

README

Loading README...

Maintainers

Dependencies
5
direct dependencies
Dependents
25
crates depend on xarc

Similar Crates