package base36
import "github.com/martinlindhe/base36"
Index ¶
- func Decode(s string) uint64
- func DecodeToBytes(b string) []byte
- func Encode(value uint64) string
- func EncodeBytes(b []byte) string
- func EncodeBytesAsBytes(b []byte) []byte
Examples ¶
Functions ¶
func Decode ¶
Decode decodes a base36-encoded string.
func DecodeToBytes ¶
DecodeToBytes decodes a base36 string to a byte slice, using alphabet.
func Encode ¶
Encode encodes a number to base36.
func EncodeBytes ¶
EncodeBytes encodes a byte slice to base36 string.
func EncodeBytesAsBytes ¶
EncodeBytesAsBytes encodes a byte slice to base36.
Source Files ¶
- Version
- v1.1.1 (latest)
- Published
- Jun 19, 2022
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 3 days ago –
Tools for package owners.