open_linked_list

Crates.ioopen_linked_list
lib.rsopen_linked_list
version0.1.0
sourcesrc
created_at2024-04-23 17:40:18.122518
updated_at2024-04-23 17:40:18.122518
descriptionA linked list which allows unsafely mutating, removing, and adding elements in the middle of the list through a pointer.
homepagehttps://github.com/nic-obert/open_linked_list
repositoryhttps://github.com/nic-obert/open_linked_list
max_upload_size
id1217831
size8,289
Nicholas Obert (nic-obert)

documentation

https://github.com/nic-obert/open_linked_list

README

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.

Commit count: 1

cargo fmt