open_linked_list 0.1.0

A linked list which allows unsafely mutating, removing, and adding elements in the middle of the list through a pointer.
Documentation
  • Coverage
  • 44.44%
    8 out of 18 items documented0 out of 16 items with examples
  • Size
  • Source code size: 8.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 555.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • nic-obert/open_linked_list
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nic-obert

Open linked list

A linked list implementation that allows to unsafely mutate, insert, and remove elements from the middle of the list through a pointer.
Potentially unsafe operations must be marked as unsafe by the user.