Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
golightlyb committed May 28, 2024
1 parent 3c14d8f commit 6268a92
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand Down

0 comments on commit 6268a92

Please sign in to comment.