Skip to content

An efficient implementation of Binson for tiny targets.

License

Notifications You must be signed in to change notification settings

assaabloy-ppi/binson-go-tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binson-go-tiny/README.md

A light-weight one-file Golang implementation of a Binson parser (decoder) and writer (encoder).

Binson is like JSON, but faster, binary and even simpler. See binson.org.

This library is a high-performance, low-level library suitable for embedded targets and the TinyGo compiler. The dependencies are limited, code size is small, and no dynamic memory allocation is required to use the library.

About

An efficient implementation of Binson for tiny targets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages