Registry / serialization / umbracle-fastrlp

umbracle-fastrlp

JSON →
library0.1.0gogounverified

FastRLP is a Go library for fast RLP (Recursive Length Prefix) encoding and decoding, commonly used in Ethereum.

go get github.com/umbracle/fastrlp
INSTALL
IMPORT
SIG · UMBRACLE-FASTRLP
U
umbracle-fastrlp
serializationgov0.1.0
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.

fastrlp
✓ github.com/umbracle/fastrlp

Encode a byte slice using fastrlp

package main import ( "fmt" "github.com/umbracle/fastrlp" ) func main() { ar := &fastrlp.Arena{} val := ar.NewBytes([]byte("hello")) data := val.MarshalTo(nil) fmt.Printf("%x\n", data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
umbracle-fastrlp — go get umbracle-fastrlp · libregistry