Registry / serialization / at-wat-ebml-go

at-wat-ebml-go

JSON →
library0.18.0gogounverified

Package ebml implements the encoder and decoder of Extensible Binary Meta Language (EBML).

go get github.com/at-wat/ebml-go
INSTALL
IMPORT
SIG · AT-WAT-EBML-GO
A
at-wat-ebml-go
serializationgov0.18.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.

ebml
github.com/at-wat/ebml-go

Marshal a struct to EBML binary format

package main import ( "fmt" "github.com/at-wat/ebml-go" ) func main() { var data struct { Name string `ebml:"name"` } fmt.Println(ebml.Marshal(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
at-wat-ebml-go — go get at-wat-ebml-go · libregistry