| ... | @@ -1,15 +1,14 @@ | ... | @@ -1,15 +1,14 @@ |
| 1 | # zig-icu | 1 | # zig-icu |
| 2 | | 2 | |
| 3 |  | 3 |  |
| | 4 | [](https://github.com/nektro/zig-icu/blob/master/LICENSE) |
| 4 | [](https://justforfunnoreally.dev) | 5 | [](https://justforfunnoreally.dev) |
| 5 | [](https://github.com/sponsors/nektro) | 6 | [](https://github.com/sponsors/nektro) |
| | 7 | [](https://ziglang.org/) |
| | 8 | [](https://github.com/nektro/zigmod) |
| 6 | | 9 | |
| 7 | An implementation of [International Components for Unicode](https://icu.unicode.org/) in only [Zig](https://ziglang.org/). | 10 | An implementation of [International Components for Unicode](https://icu.unicode.org/) in only [Zig](https://ziglang.org/). |
| 8 | | 11 | |
| 9 | Zig module available through the [Zigmod](https://ziglang.org/) package manager. | 12 | Zig module available through the [Zigmod](https://ziglang.org/) package manager. |
| 10 | | 13 | |
| 11 | Goal of the static library is to be ABI-compatible. Any discrepancies are a bug. | 14 | Goal of the static library is to be ABI-compatible. Any discrepancies are a bug. |
| 12 | | | |
| 13 | ## License | | |
| 14 | | | |
| 15 | MIT | | |