From 6268a9228b671aa5c54e8131feb457b093678434 Mon Sep 17 00:00:00 2001 From: Ben Sarah Golightly Date: Tue, 28 May 2024 22:37:24 +0100 Subject: [PATCH] README update --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7caa9f0..51245b4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ support, are additionally covered by compatible [MIT-like licences](/LICENSE-PAR expected for a Go package of v2 or higher. "Latest" packages do not. See [MIGRATIONS.md](/MIGRATIONS.md). + ### General Packages | Name | Stable | Latest | Description | @@ -42,13 +43,12 @@ packages do not. See [MIGRATIONS.md](/MIGRATIONS.md). ### Data-Structures -| Name | Stable | Latest | Description | -|:-----------|:------:|:---------:|:----------------------------------------------------| -| `bitseq` | - | [v2][b01] | compact "infinite" sequence of bits | -| `genarray` | - | [v2][g01] | generational array indices | -| `graph` | - | [v2][d02] | *(unstable)* graphs | -| `matrix` | - | [v2][m01] | specialised matrices of arbitrary size & dimensions | - +| Name | Stable | Latest | Description | +|:--------------|:------:|:---------:|:----------------------------------------------------| +| `ds/bitseq` | - | [v2][b01] | compact "infinite" sequence of bits | +| `ds/genarray` | - | [v2][g01] | generational array indices | +| `ds/graph` | - | [v2][d02] | *(unstable)* graphs | +| `ds/matrix` | - | [v2][m01] | specialised matrices of arbitrary size & dimensions | ### Functional-style Packages @@ -63,6 +63,7 @@ packages do not. See [MIGRATIONS.md](/MIGRATIONS.md). | `fun/result` | [v2][f06] | - | "Result" type | | `fun/slices` | [v2][f07] | - | higher-order functions for slices | + ### Text & Unicode Packages | Name | Stable | Latest | Description | @@ -77,6 +78,7 @@ packages do not. See [MIGRATIONS.md](/MIGRATIONS.md). | `text/number/rbnf` | - | [v2][t09] | CLDR Rule-Based Number Formats | | `text/number/symbols` | - | [v2][t10] | CLDR locale-appropriate Number Symbols | + ### Web | Name | Stable | Latest | Description | @@ -85,6 +87,7 @@ packages do not. See [MIGRATIONS.md](/MIGRATIONS.md). | `html/meta/opengraph` | [v2][h01] | - | HTML meta tags for Facebook's Open Graph protocol | | `html/meta/twittercard` | [v2][h02] | - | HTML meta tags for Twitter Cards | + ### TODO | Name | Stable | Latest | Description |