Versions in this module Expand all Collapse all v0 v0.1.0 Feb 19, 2026 Changes in this version + const IntSize + func Atoi(s []byte) (int, error) + func ParseBool(in []byte) (bool, error) + func ParseComplex(s []byte, bitSize int) (complex128, error) + func ParseFloat(s []byte, bitSize int) (float64, error) + func ParseInt(s []byte, base int, bitSize int) (i int64, err error) + func ParseUint(s []byte, base int, bitSize int) (uint64, error) + type Error int + const ErrBase + const ErrBitSize + const ErrRange + const ErrSyntax + func (e Error) Error() string