go-capnproto2

Cap'n Proto library and code generator for Go

Github星跟蹤圖

Cap'n Proto bindings for Go

GoDoc
Build Status

go-capnproto consists of:

  • a Go code generator for Cap'n Proto
  • a Go package that provides runtime support
  • a Go package that implements Level 1 of the RPC protocol

Getting started

You will need the capnp tool to compile schemas into Go.
This package has been tested with Cap'n Proto 0.5.0.

$ go get -u -t zombiezen.com/go/capnproto2/...
$ go test -v zombiezen.com/go/capnproto2/...

This library uses SemVer tags to indicate stable releases.
While the goal is that master should always be passing all known tests, tagged releases are vetted more.
When possible, use the latest release tag.

$ cd $GOPATH/src/zombiezen.com/go/capnproto2
$ git fetch
$ git checkout v2.16.0  # check the releases page for the latest

Then read the Getting Started guide.

API Compatibility

Consider this package's API as beta software, since the Cap'n Proto spec is not final.
In the spirit of the Go 1 compatibility guarantee, I will make every effort to avoid making breaking API changes.
The major cases where I reserve the right to make breaking changes are:

  • Security.
  • Changes in the Cap'n Proto specification.
  • Bugs.

The pogs package is relatively new and may change over time.
However, its functionality has been well-tested and will probably only relax restrictions.

Documentation

See the docs on godoc.org.

What is Cap'n Proto?

The best cerealization...

https://capnproto.org/

License

MIT - see LICENSE file

主要指標

概覽
名稱與所有者capnproto/go-capnp
主編程語言Go
編程語言Go (語言數: 4)
平台
許可證Other
所有者活动
創建於2015-09-20 15:04:51
推送於2025-02-19 16:34:58
最后一次提交
發布數72
最新版本名稱v3.1.0-alpha.1 (發布於 )
第一版名稱v2.0.0 (發布於 )
用户参与
星數1.3k
關注者數30
派生數114
提交數2k
已啟用問題?
問題數242
打開的問題數54
拉請求數333
打開的拉請求數3
關閉的拉請求數27
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?