From e8724868977c2d3a8f9c883789893aabc77cda9f Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 2 Jun 2026 13:21:40 +0200 Subject: add package columnar --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0a07bec..7c0cf3c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ My personal extension of the standard library, with foundational generic types a ## List of packages - [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern +- [columnar](./columnar/): efficient JSON marshaling of lists of objects in a columnar format - [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions - [is](./is/): binary operations that are expressed in a curried style, e.g. `is.LessThan(b)(a) == a < b`, for use with `Option.IsSomeAnd()` etc. - [option](./option/): an Option type with strong isolation -- cgit v1.2.3