github.com/go-packstream/packstream

Go implementation of PackStream


Install
go get github.com/go-packstream/packstream

Documentation

Packstream

This package contains a full implementation of PackStream: the serialisation format built specifically for Neo4j. The PackStream design is based heavily on MessagePack but the implementation completely separate.

Install

go get github.com/bost-h/packstream

Docs

For detailed documentation, please see the package documentation at http://godoc.org/github.com/bost-h/packstream.

License

MIT License, see LICENSE file.