Registry / serialization / cmars-basen

cmars-basen

JSON →
library0.0.0-20150613233007-fe3947df716egogounverified

Package basen provides base-N encoding and decoding utilities.

go get github.com/cmars/basen
INSTALL
IMPORT
SIG · CMARS-BASEN
C
cmars-basen
serializationgov0.0.0-20150613233007-fe3947df716e
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

basen
github.com/cmars/basen

Encodes a byte slice using Base62 encoding.

package main import ( "fmt" "github.com/cmars/basen" ) func main() { encoded := basen.Base62Encode([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150613233007-fe3947df716elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
cmars-basen — go get cmars-basen · libregistry