arcref 0.2.0

For when you need a pointer and don't care if it's &'static T or Arc<T>
Documentation
  • Coverage
  • 29.41%
    5 out of 17 items documented1 out of 13 items with examples
  • Size
  • Source code size: 8.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • spiraldb/arcref
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vortex-admin

arcref

A smart pointer type that can wrap either a &'static T or an Arc<T>.

See the examples/ folder for example usage.