[ bianca ]
[ 源代码: golang-github-vmihailenco-msgpack.v5 ]
软件包:golang-github-vmihailenco-msgpack.v5-dev(5.4.1-1)
golang-github-vmihailenco-msgpack.v5-dev 的相关链接
下载源码包 golang-github-vmihailenco-msgpack.v5:
- [golang-github-vmihailenco-msgpack.v5_5.4.1-1.debian.tar.xz]
- [golang-github-vmihailenco-msgpack.v5_5.4.1-1.dsc]
- [golang-github-vmihailenco-msgpack.v5_5.4.1.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
MessagePack (msgpack.org) encoding for Golang (library)
MessagePack encoding for Golang
Features
* Primitives, arrays, maps, structs, time.Time and interface{}.
* Appengine \*datastore.Key and datastore.Cursor.
* CustomEncoder/CustomDecoder interfaces for custom encoding.
* Extensions to encode type information.
* Renaming fields via msgpack:"my_field_name" and alias via
msgpack:"alias:another_name".
* Omitting individual empty fields via msgpack:",omitempty" tag or all
empty fields in a struct.
* Map keys sorting.
* Encoding/decoding all structs as arrays or individual structs.
* Encoder.SetCustomStructTag with Decoder.SetCustomStructTag
can turn msgpack into drop-in replacement for any tag.
* Simple but very fast and efficient queries.
其他与 golang-github-vmihailenco-msgpack.v5-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-vmihailenco-tagparser.v2-dev
- Opinionated Golang tag parser (library)
-
- dep: golang-google-appengine-dev
- basic functionality for Google App Engine