Registry / utility / superslice

superslice

JSON →
library1.0.0rscratesunverified

Extensions for slices providing additional methods and ergonomics.

# Cargo.toml [dependencies] superslice = "1.0.0"
INSTALL
IMPORT
SIG · SUPERSLICE
S
superslice
utilityrustv1.0.0
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.

SuperSliceExt
use superslice::SuperSliceExt;

Demonstrates using SuperSliceExt to perform a binary search on a slice.

use superslice::SuperSliceExt; fn main() { let v = vec![1, 2, 3, 4, 5]; let idx = v.lower_bound(&3); println!("Index: {}", idx); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
superslice — cargo add superslice · libregistry