Registry / serialization / chenzhuoyu-base64x

chenzhuoyu-base64x

JSON →
library0.0.0-20230717121745-296ad89f973dgogounverified

A high-performance base64 encoding/decoding library for Go.

go get github.com/chenzhuoyu/base64x
INSTALL
IMPORT
SIG · CHENZHUOYU-BASE64X
C
chenzhuoyu-base64x
serializationgov0.0.0-20230717121745-296ad89f973d
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.

base64x
github.com/chenzhuoyu/base64x

Encode a string to base64.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20230717121745-296ad89f973dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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