Decodini is a Go library for decoding and encoding from and to different Go data structures. (WIP)
Find a file
2025-08-14 00:54:12 +02:00
.github/workflows Add -benchmem flag to gh action 2025-06-11 17:05:57 +02:00
assets Update decodini.png 2025-04-25 13:38:11 +02:00
bench Add simple benchmark for 'map to embedded struct' 2025-06-10 17:09:44 +02:00
pkg/decodini Add test cases for embedded structs 2025-08-14 00:54:12 +02:00
.gitignore Initial commit 2025-01-04 01:47:14 +01:00
go.mod Implement tree encoding 2025-01-04 04:17:45 +01:00
go.sum Implement tree encoding 2025-01-04 04:17:45 +01:00
justfile Rename benchmarks 2025-05-02 18:25:36 +02:00
LICENSE Initial commit 2025-01-04 01:47:14 +01:00
README.md Introduce DecodeTarget 2025-04-25 14:10:53 +02:00

decodini

Go
decodini

Decodini is a Go library for decoding and encoding from and to different Go data structures.