shared-rc 0.1.1

Rc wrapper which can separate the data from the reference count
Documentation
  • Coverage
  • 98.08%
    51 out of 52 items documented0 out of 49 items with examples
  • Size
  • Source code size: 25.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • point-rs/shared-rc
    1 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CAD97
shared-rc-0.1.1 has been yanked.

Reference-counted fat pointers that contain both an owning std Rc (or Arc) and a pointer to a field owned by that Rc. This is a "self-referential" type in the vein of ouroboros or yoke.

By specializing just for the reference-counted pointers, this crate provides a much simpler API compared to that of ouroboros, yoke, or any other crate for general self-referential types.