Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + func AppendFloat(b []byte, f float64, prec int) ([]byte, bool) + func AppendPrice(b []byte, price int64, dec bool, milSeparator byte, decSeparator byte) []byte + func LenInt(i int64) int + func ParseFloat(b []byte) (float64, int) + func ParseInt(b []byte) (int64, int)