| Crates.io | open_linked_list |
| lib.rs | open_linked_list |
| version | 0.1.0 |
| created_at | 2024-04-23 17:40:18.122518+00 |
| updated_at | 2024-04-23 17:40:18.122518+00 |
| description | A linked list which allows unsafely mutating, removing, and adding elements in the middle of the list through a pointer. |
| homepage | https://github.com/nic-obert/open_linked_list |
| repository | https://github.com/nic-obert/open_linked_list |
| max_upload_size | |
| id | 1217831 |
| size | 8,289 |
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.