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

#2618 in Rust patterns

Download history 7/week @ 2024-09-20

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