Registry / utility / index-list

index-list

JSON →
library0.3.3rscratesunverified

A doubly linked list implemented in safe Rust using vector indexes.

# Cargo.toml [dependencies] index_list = "0.3.3"
INSTALL
IMPORT
SIG · INDEX-LIST
I
index-list
utilityrustv0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IndexList
use index_list::IndexList;

Create and use an index-based doubly linked list.

use index_list::IndexList; fn main() { let mut list = IndexList::new(); list.push_back(1); list.push_back(2); println!("{:?}", list); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
index-list — cargo add index-list · libregistry