[ 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