Registry / serialization / cristalhq-base64

cristalhq-base64

JSON →
library0.1.2gogounverified

A high-performance base64 encoding/decoding library based on Turbo-Base64.

go get github.com/cristalhq/base64
INSTALL
IMPORT
SIG · CRISTALHQ-BASE64
C
cristalhq-base64
serializationgov0.1.2
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.

base64
github.com/cristalhq/base64

Encodes a string to base64 using the standard encoding.

package main import ( "fmt" "github.com/cristalhq/base64" ) func main() { encoded := base64.StdEncoding.EncodeToString([]byte("Hello, World!")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
cristalhq-base64 — go get cristalhq-base64 · libregistry