https://github.com/sigurd4/array__ops
A selection of useful array operations
https://github.com/sigurd4/array__ops
array array-manipulations array-methods array-operations array-utilities arrays misc miscellaneous operations ops util utility
Last synced: 7 months ago
JSON representation
A selection of useful array operations
- Host: GitHub
- URL: https://github.com/sigurd4/array__ops
- Owner: sigurd4
- License: mit
- Created: 2023-12-29T00:54:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T21:52:51.000Z (11 months ago)
- Last Synced: 2025-06-05T01:41:04.322Z (7 months ago)
- Topics: array, array-manipulations, array-methods, array-operations, array-utilities, arrays, misc, miscellaneous, operations, ops, util, utility
- Language: Rust
- Homepage: https://crates.io/crates/array__ops
- Size: 455 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sigurd4/array__ops/actions/workflows/build-nightly.yml)
[](https://github.com/sigurd4/array__ops/actions/workflows/build-nightly-all-features.yml)
[](https://github.com/sigurd4/array__ops/actions/workflows/build-stable.yml)
[](https://github.com/sigurd4/array__ops/actions/workflows/build-stable-all-features.yml)
[](https://github.com/sigurd4/array__ops/actions/workflows/test.yml)
[](https://github.com/sigurd4/array__ops/actions/workflows/lint.yml)
[](https://crates.io/crates/array__ops)
[](https://opensource.org/licenses/MIT)
[](https://docs.rs/array__ops)
[](https://app.codecov.io/github/sigurd4/array__ops)
# array__ops
Provides many useful utility methods for arrays.
This crate is a superset of the crate [`slice_ops`](https://crates.io/crates/slice_ops).
I had to name it `array__ops` because `array_ops` was taken.