Registry / utility / koykov-fastconv

koykov-fastconv

JSON →
library1.0.2gogounverified

Package fastconv provides fast conversion functions for Go data types.

go get github.com/koykov/fastconv
INSTALL
IMPORT
SIG · KOYKOV-FASTCONV
K
koykov-fastconv
utilitygov1.0.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.

fastconv
github.com/koykov/fastconv

Converts a string to bytes using fast conversion.

package main import ( "fmt" "github.com/koykov/fastconv" ) func main() { // Example: convert string to bytes b := fastconv.S2B("hello") fmt.Println(b) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
koykov-fastconv — go get koykov-fastconv · libregistry