From 330e6bd69276adb2f3d0063ed2549ec2c3749638 Mon Sep 17 00:00:00 2001 From: edmand46 Date: Mon, 23 Mar 2026 16:32:23 +0300 Subject: [PATCH] chore: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a16c2a..9f46458 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ # ArPack -[![Tests](https://github.com/edmand46/arpack/actions/workflows/tests.yml/badge.svg)](https://github.com/edmand46/arpack/actions/workflows/tests.yml) +![Tests](https://github.com/edmand46/arpack/actions/workflows/tests.yml/badge.svg) ![GitHub Tag](https://img.shields.io/github/v/tag/edmand46/arpack) +![GitHub License](https://img.shields.io/github/license/edmand46/arpack) Binary serialization code generator for Go, C#, and TypeScript. Define messages once as Go structs — get zero-allocation `Marshal`/`Unmarshal` for Go, `unsafe` pointer-based `Serialize`/`Deserialize` for C#, and `DataView`-based serialization for TypeScript/browser.