Registry / serialization / ebml-go-ebml

ebml-go-ebml

JSON →
library0.0.0-20221114152929-d226b1da0cc9gogounverified

A Go library for decoding EBML (Extensible Binary Meta Language) data.

go get github.com/ebml-go/ebml
INSTALL
IMPORT
SIG · EBML-GO-EBML
E
ebml-go-ebml
serializationgov0.0.0-20221114152929-d226b1da0cc9
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.

ebml
✓ github.com/ebml-go/ebml

Decode EBML data

package main import ( "fmt" "github.com/ebml-go/ebml" ) func main() { var data []byte err := ebml.Unmarshal(data, nil) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221114152929-d226b1da0cc9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
ebml-go-ebml — go get ebml-go-ebml · libregistry