Registry / utility / array-tool

array-tool

JSON →
library1.0.3rscratesunverified

Helper methods for processing collections like arrays and vectors.

# Cargo.toml [dependencies] array_tool = "1.0.3"
INSTALL
IMPORT
SIG · ARRAY-TOOL
A
array-tool
utilityrustv1.0.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.

Uniq
use array_tool::vec::Uniq;

Removes duplicate elements from a vector using the Uniq trait.

use array_tool::vec::Uniq; fn main() { let vec = vec![1, 2, 2, 3]; let uniq = vec.unique(); println!("Unique: {:?}", uniq); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
array-tool — cargo add array-tool · libregistry