chore: added license

This commit is contained in:
2026-03-23 16:30:47 +03:00
parent ec840f7db2
commit b4ddf5dd6e
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
# ArPack
[![Tests](https://github.com/edmand46/arpack/actions/workflows/tests.yml/badge.svg)](https://github.com/edmand46/arpack/actions/workflows/tests.yml)
![GitHub Tag](https://img.shields.io/github/v/tag/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.