refutil 0.1.1

Various utilities for reference, lifetime and memory management
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented1 out of 15 items with examples
  • Size
  • Source code size: 16.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 542.48 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • KirillAldashkin/refutil
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • KirillAldashkin

Reference Utilities Latest Version

Various utilities for reference, lifetime and memory management.

  • RevMut: reverting reference - allows to mutate but requires to revert back to original state
  • DropMut: dropping reference
  • replace[_async]: more generic version of std::mem::replace, allows to obtain old object before putting a new one