#rc #arc #shared #pointers

no-std archway

Rust traits for Rc and Arc interoperation

4 releases (2 breaking)

0.3.1 Apr 11, 2023
0.3.0 Apr 11, 2023
0.2.0 Apr 11, 2023
0.1.2 Apr 9, 2023

#2918 in Rust patterns

Download history 11/week @ 2025-02-08 4/week @ 2025-02-15 1/week @ 2025-02-22 8/week @ 2025-03-01

61 downloads per month

MIT license

6KB
78 lines

Archway

License Crates.io docs.rs

Rust traits for Rc and Arc interoperation.

Requirements

  • There are no external dependencies for this crate.
  • This crate is no-std, but requires alloc. This should not be a problem. If you are writing allocation-free code, how could you make use of shared pointers?

No runtime deps