An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status (nightly)](https://github.com/sigurd4/array__ops/workflows/Build-nightly/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/build-nightly.yml)
[![Build Status (nightly, all features)](https://github.com/sigurd4/array__ops/workflows/Build-nightly-all-features/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/build-nightly-all-features.yml)

[![Build Status (stable)](https://github.com/sigurd4/array__ops/workflows/Build-stable/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/build-stable.yml)
[![Build Status (stable, all features)](https://github.com/sigurd4/array__ops/workflows/Build-stable-all-features/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/build-stable-all-features.yml)

[![Test Status](https://github.com/sigurd4/array__ops/workflows/Test/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/test.yml)
[![Lint Status](https://github.com/sigurd4/array__ops/workflows/Lint/badge.svg)](https://github.com/sigurd4/array__ops/actions/workflows/lint.yml)

[![Latest Version](https://img.shields.io/crates/v/array__ops.svg)](https://crates.io/crates/array__ops)
[![License:MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/docsrs/array__ops)](https://docs.rs/array__ops)
[![Coverage Status](https://img.shields.io/codecov/c/github/sigurd4/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.