Documentation
¶
Overview ¶
Copyright (c) 2025 EterLine (Andrew) This file is part of fstmon. Licensed under the MIT License. See the LICENSE file for details.
Copyright (c) 2025 EterLine (Andrew) This file is part of fstmon. Licensed under the MIT License. See the LICENSE file for details.
Copyright (c) 2025 EterLine (Andrew) This file is part of fstmon. Licensed under the MIT License. See the LICENSE file for details.
Copyright (c) 2025 EterLine (Andrew) This file is part of fstmon. Licensed under the MIT License. See the LICENSE file for details.
Index ¶
- func ParseFloat[F Float](b []byte) (F, error)
- func ParseInt[I Int](b []byte) (I, error)
- func ParseUint[U Uint](b []byte) (U, error)
- func StringParseFloat[F Float](s string) (F, error)
- func StringParseInt[I Int](s string) (I, error)
- func StringParseUint[U Uint](s string) (U, error)
- type FastparseError
- type Float
- type Int
- type Uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat ¶
func StringParseFloat ¶
func StringParseInt ¶
func StringParseUint ¶
Types ¶
type FastparseError ¶
type FastparseError string
const ( ErrEmptyInput FastparseError = "empty input" ErrInvalidFloat FastparseError = "invalid float format" ErrInvalidInt FastparseError = "invalid int format" ErrInvalidUint FastparseError = "invalid uint format" )
func (FastparseError) Error ¶
func (er FastparseError) Error() string
Click to show internal directories.
Click to hide internal directories.