Decodini is a Go library for decoding and encoding from and to different Go data structures. (WIP)
  • Go 99.7%
  • Just 0.3%
Find a file
lukasl-dev 8b2512686f
Some checks failed
Go / build (push) Has been cancelled
Change http to https in issue test url
2025-12-16 13:57:06 +01: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 Change http to https in issue test url 2025-12-16 13:57:06 +01: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.