A general, modular Typescript utilities library for your everyday coding.
All annexe weakset utility functions under namespace "weakset".
All annexe nowt utility functions under namespace "nowt".
All annexe function methods under namespace "fn".
All annexe array methods under namespace "array".
All annexe set utility functions under namespace "set".
All annexe string utility functions under namespace "string".
All annexe number utility functions under namespace "number".
All annexe map utility functions under namespace "map".
All annexe weakmap utility functions under namespace "weakmap".
All annexe object utility functions under namespace "object".
A Typescript utility function to assert whether a value is a number type.
A Typescript utility function to assert whether a value is a string.
A Rollup bundling configuration to bundle packages.
A Typescript utility function to assert whether a value is a float number type.
Immutable array order reversal function.
A utility function to validate if a value is undefined
A function to check if an array is empty.
A utility function to validate if a value is a Weak Map type
A utility function to validate if a value is null or undefined
A utility function to check whether a number value is finite.
A utility function to determine if a value is a negative number.
A utility function to partially apply function arguments
A Typescript utility function to assert whether a value is a number type.
Pure-Rust JPEG XS (ISO/IEC 21122) low-latency image codec for production / IP video. Round-1 scaffold: codestream marker parsing only; pixel decode pending.
Pure-Rust ITU-T H.263 baseline video decoder for oxideav
Pure-Rust JPEG 2000 (J2K + JP2) codec — orphan-rebuild scaffold pending clean-room re-implementation.
Pure-Rust ITU-T G.729 (CS-ACELP, 8 kbit/s) decoder + encoder
Pure-Rust JPEG XL (JXL) codec — RETIRED 2026-05-08 pending strict-isolation cleanroom workspace; current state ships round-1..3 ANS + headers + LfGlobal + GlobalModular wiring only. Rounds 7-11 + encoder rounds 1-6 retired with the libjxl-trace-reverse-engineering.md docs retirement of 2026-05-06.
Helper for creating temporary annex on a collection
Annex native Rust backend utility
DDS-AMQP 1.0 bidirektionaler Endpoint-Stack: SASL + Session-/Link-Lifecycle + Routing + Mapping + Properties + Disposition-Mapper-Wire-up + Annex-A-Configuration. Sitzt auf zerodds-amqp-bridge.
Pure-Rust JPEG / Motion-JPEG codec for oxideav — baseline, extended-sequential, and progressive decode; baseline and progressive encode
Pure-Rust ITU-T H.261 video decoder for oxideav
Pure-Rust, no_std-friendly implementation of the SIA Open Supervised Device Protocol (OSDP) v2.2
Pure-Rust Dolby AC-4 audio decoder foundation for oxideav — sync, TOC, presentation and substream parsing
Unicode annex 29 compliant word segmentation
Knife plugin implementing a git-annex backend in chef-vault
Annex leverages chef-solo to allow you to provision and update mutliple servers by looking up network topology on the fly utilizing a distributed repository to manage recipes"
east_asian_width_simple is a Ruby gem that calculates the visual width of strings by parsing and looking up East Asian Width Property Data File, aka EastAsianWidth.txt, which is defined in Unicode Standard Annex #11: East Asian Width. It aims to be time-performant and easy to use.
Ruby gem (native extension in Rust) providing implementations of various string metrics. Current metrics supported are: Sørensen–Dice, Levenshtein, Damerau–Levenshtein, Jaro & Jaro–Winkler. Strings that are UTF-8 encodable (convertible to UTF-8 representation) are supported. All comparison of strings is done at the grapheme cluster level as described by Unicode Standard Annex #29 (https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries); this may be different from many gems that calculate string metrics.