From 2cc7c30d6b22737f720498502fb3a45de7245f19 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 15 Oct 2024 04:11:49 -0700 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a16c2399d4018cb6289d920cad0fa797132fdefc --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# zig-icu + +![loc](https://sloc.xyz/github/nektro/zig-icu) +[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev) +[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) + +An implementation of [International Components for Unicode](https://icu.unicode.org/) in only [Zig](https://ziglang.org/). + +Zig module available through the [Zigmod](https://ziglang.org/) package manager. + +Goal of the static library is to be ABI-compatible. Any discrepancies are a bug. + +## License + +MIT -- 2.54.0