Simple 2d vector for Rust
Vectors, points, rectangles, etc. with `i16` coordinates.
A small helper trait to simplify the initialisation of 'indexable' data structures
vec2
A simple 2D vector library
Dynamically sized 2d storage with rectangular iterators and in-place resizing
Pure Rust implementation of FFTW - the Fastest Fourier Transform in the West
A minimal library for styling terminal text using ANSI escape codes.
some useful matrix and vector operations performed on 2D Vecs of f64s
A Rust implementation of a parser/writer for the Whitespace-Separated Value format, as defined by Stenway. See https://dev.stenway.com/WSV/. WSV offers an unambiguous alternative to CSV.
Functions & traits for quantizing values with error-diffusion
A simple crate for creating a single vector with coordinate based access, and a few nice functions for easy use.