Releases: DasPoet/biden
Releases · DasPoet/biden
v0.2.0
Added
- benchmarks comparing
biden
to benc and encoding/gob have been added - proper documentation has been added to the
README.md
Changed
biden
has been restructured to allow for easier consumption
v0.1.0
Added
biden
now supports the following primitive types:bool
,uint
,uint8
,uint16
,uint32
,uint64
,int
,int8
,int16
,int32
,int64
,float32
,float64
,string
biden
now supports slices of the aforementioned primitive types