Registry / serialization / ipld-go-car-v2

ipld-go-car-v2

JSON →
library2.17.0gogounverified

A library for inspecting and reading CAR files as specified by the IPLD transport specification.

go get github.com/ipld/go-car/v2
INSTALL
IMPORT
SIG · IPLD-GO-CAR-V2
I
ipld-go-car-v2
serializationgov2.17.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.

car
github.com/ipld/go-car/v2

Opens a CAR file and prints its version.

package main import ( "fmt" "os" "github.com/ipld/go-car/v2" ) func main() { f, _ := os.Open("example.car") defer f.Close() r, _ := car.NewReader(f) fmt.Println(r.Version()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ipld-go-car-v2 — go get ipld-go-car-v2 · libregistry