Treats two-dimensional arrays as matrices and introduces matrix operations

0 audits · 5 versions · updated 2022-12-04

merges two sorted array parts together

0 audits · 2 versions · updated 2017-06-26

Array tools plugin for the Mumu ecosystem

0 audits · 20 versions · updated 2025-10-07

Self-describing binary format for arrays of integers, floating-point numbers, complex numbers, and strings. It is designed for object storage, database integration, and single-file usage.

0 audits · 10 versions · updated 2026-01-16

Automatic method implementations for array data types

0 audits · 1 version · updated 2020-03-19

Parameterized testing using an input array.

0 audits · 1 version · updated 2025-08-02

An array type that holds N+EXTRA elements with const generic parameters, providing safe slice access to contiguous memory

0 audits · 3 versions · updated 2025-11-16

Fixed size bidirectional queues based on arrays

0 audits · 10 versions · updated 2025-09-20

An array where only a (contiguous) subarray may be viewed or operated on

0 audits · 13 versions · updated 2024-11-23

A little collection of array-related utils aiming to make life easier.

0 audits · 9 versions · updated 2021-02-22

no_std array helpers available without nightly

0 audits · 3 versions · updated 2024-05-23

A no-std heapless set of array utils making use of const generics

0 audits · 3 versions · updated 2021-03-23

A library that provides a minimal Vec<T> that is backed by an array, instead of on the heap

0 audits · 4 versions · updated 2019-07-22

placeholder

0 audits · 1 version · updated 2026-01-05

A fixed sized two-dimensional array

0 audits · 6 versions · updated 2023-12-18

Simple Package for handling sized 2d arrays in rust, without the usage of the keyword unsafe cuz why not

0 audits · 7 versions · updated 2022-09-11

3d array with internal iterators and various helper functions, uses an vec3-of-ints index type as a stylistic choice (.x .y .z for components is clearer alongside [] for array access.

0 audits · 1 version · updated 2017-12-23

A selection of useful array operations

0 audits · 25 versions · updated 2025-02-06

Highly optimized fixed-capacity deque buffer stored on the stack

0 audits · 2 versions · updated 2026-02-09

Implementation example for the ArrayBuilder RFC

0 audits · 5 versions · updated 2021-05-28

adds array_chunks back in

0 audits · 1 version · updated 2025-07-31

In memory array de-duplication, useful for efficient storing of a history of data versions.

0 audits · 1 version · updated 2017-03-19

Easy and powerful compile-time array initialization.

0 audits · 1 version · updated 2024-03-05

Extra functionality for Rust arrays

0 audits · 4 versions · updated 2022-11-11

array

0 audits · 1 version · updated 2019-10-15

Simple initialization macro for arrays.

0 audits · 3 versions · updated 2022-11-30

Modify simple arrays

0 audits · 3 versions · updated 2021-06-18

Owning iterators based on arrays.

0 audits · 11 versions · updated 2021-07-05

A chunked ordered collection with iterators and cursors

0 audits · 5 versions · updated 2026-06-02

Methods for manipuling arrays in a Vec-like fashion. It will (probably) get into core once const expressions get less experimental.

0 audits · 5 versions · updated 2022-07-23

Map backed array for fixed size keys with O(1) performance

0 audits · 11 versions · updated 2022-03-24

Map backed array for fixed size keys with O(1) performance

0 audits · 4 versions · updated 2022-03-24

A selection of useful math operations on arrays

0 audits · 46 versions · updated 2024-12-12

An array of specified length `N` of u8 values from 0 to `B`-1

0 audits · 1 version · updated 2022-12-01

Provides a trait for mapping values in an array in paralell using rayon

0 audits · 1 version · updated 2023-06-23

A simple, tiered caching array pool implementation in Rust.

0 audits · 4 versions · updated 2024-12-05

Crate that allows to set range of values in Rust's fixed size arrays

0 audits · 1 version · updated 2022-09-28

High-performance generic segment tree and lazy segment tree implementations in Rust for efficient range queries, range updates, and interval operations. Supports custom monoid operations with zero-cost abstractions.

0 audits · 6 versions · updated 2025-10-23

Store arrays in segment-lengths

0 audits · 4 versions · updated 2024-03-08

Array and Statistics functions in rust

0 audits · 2 versions · updated 2024-10-26

A data structure mixing dynamic array and sorted set semantics.

0 audits · 3 versions · updated 2020-08-08

Helper methods for processing collections

0 audits · 26 versions · updated 2018-03-13

A generic trait for any array, with item as type and length as const parameter

0 audits · 90 versions · updated 2026-06-20

Adds a try_map method to arrays.

0 audits · 1 version · updated 2020-10-23

Lightweight 2D pixel buffer + window viewer. ScreenArray owns heap pixels (ARGB, W x H at compile time); ArrayViewer renders them zero-copy on a background thread via minifb, with an ExchangeLayer for cross-thread input/window control.

0 audits · 0 versions

finding the minimum or maximum n values from an iterable

0 audits · 2 versions · updated 2022-12-06

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity `ArrayBox`.

0 audits · 6 versions · updated 2024-10-19

std::io::BufWriter and BufReader based on stack-allocated [u8; N]

0 audits · 1 version · updated 2024-04-02

测试demo

0 audits · 1 version · updated 2022-01-27

A ring buffer with a fixed capacity, which can be stored on the stack.

0 audits · 13 versions · updated 2023-02-05