archway 0.3.0

Rust traits for Rc and Arc interoperation
Documentation

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?