Registry / utility / cloudwego-base64x

cloudwego-base64x

JSON →
library0.1.7gogounverified

Optimized base64 encoding/decoding library for Go, part of the CloudWeGo ecosystem.

go get github.com/cloudwego/base64x
INSTALL
IMPORT
SIG · CLOUDWEGO-BASE64X
C
cloudwego-base64x
utilitygov0.1.7
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/cloudwego/base64x

Encode a byte slice to base64 string.

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

No known issues recorded.

Upgrade
Version history
0.1.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
cloudwego-base64x — go get cloudwego-base64x · libregistry