syncthing/vendor/github.com/calmh/xdr
Jakob Borg 8044522691 vendor: Update calmh/xdr to avoid unexpected string behavior (fixes #2882) 2016-03-29 19:55:43 +00:00
..
cmd/genxdr Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
LICENSE Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
README.md Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
bench_test.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
bench_xdr_test.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
circle.yml Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
common.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
doc.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
encdec_test.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
encdec_xdr_test.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
generate.sh Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
marshaller.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
unmarshal.go vendor: Update calmh/xdr to avoid unexpected string behavior (fixes #2882) 2016-03-29 19:55:43 +00:00

README.md

xdr

Build Status Coverage Status API Documentation MIT License

This is an XDR marshalling/unmarshalling library. It uses code generation and not reflection.