Registry / utility / array-ops

array-ops

JSON →
library1.0.3rscratesunverified

A selection of useful array operations.

# Cargo.toml [dependencies] array__ops = "1.0.3"
INSTALL
IMPORT
SIG · ARRAY-OPS
A
array-ops
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.

ArrayOps
use array_ops::ArrayOps;

Uses array operations like sum on an array.

use array_ops::ArrayOps; fn main() { let arr = [1, 2, 3, 4, 5]; let sum = arr.sum(); println!("Sum: {}", sum); }
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
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
array-ops — cargo add array-ops · libregistry