remem 0.1.0

Thread-safe object reuse.
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 6 items with examples
  • Size
  • Source code size: 32.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • rylev/remem
    53 5 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yoshuawuyts rylev

Installation

With cargo add installed run:

$ cargo add remem

Safety

This crate uses two instances of unsafe to implement a lock-free Treiber stack. This implementation was copied from the reference implementation in crossbeam.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License