Array tools plugin for the Mumu ecosystem
Lava Mumu is a language for those in the now and that know
MuMu/Lava core interpreter and REPL (engine + optional host features)
Atomic computational structures - Option, Result, Vec, HashMap built from nucleus
This package currently provides one function that takes in an array containing tuples of two types; the function then returns two arrays, the first containing all the first elements of the tuples, and the second array containing the second elements of the tuples. This functionality is available in iterators through unzip, but unzip can only return collections which implement Extend; which primitive arrays do not. Therefore, unzip works fine for Vec or other dynamic types, but not for simple, beautiful arrays, with lengths known at compiletime. My implementation is hopefully quite efficient, as it just moves data around, without using too much costly abstractions like std::array::from_fn. This crate has 4 tests that I think cover basically everything; still it could be unsound..
memory efficient integer array
Rust task runner and build tool.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
A highly parallel Perl 5 interpreter written in Rust
Utilities to merge config from multiple files / directories.
WASM bindings for the Brainwires Agent Framework
Pure-Rust OpenType/CFF font parser for the oxideav framework — sfnt + CFF Top/Private DICT + Type 2 charstrings (cubic-Bezier outlines)
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.