[UNMAINTAINED] Go XDR enc/decoder
  • Go 99.7%
  • Shell 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-02 07:40:42 -05:00
cmd/genxdr Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
.gitignore README etc 2014-08-01 13:21:08 +02:00
.travis.yml New location for cover tool 2015-10-07 08:14:13 +09:00
bench_test.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
bench_xdr_test.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
circle.yml Use CircleCI 2015-10-07 08:28:46 +09:00
common.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
doc.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
encdec_test.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
encdec_xdr_test.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
generate.sh Initial 2014-08-01 12:59:12 +02:00
go.mod chore: add go.mod 2024-10-01 17:36:20 -05:00
LICENSE README etc 2014-08-01 13:21:08 +02:00
marshaller.go Rewrite marshalling/unmarshalling code, remove io.Writer/Reader support 2016-01-29 09:43:53 +01:00
README.md This project is unmaintained 2017-01-04 09:46:24 +01:00
unmarshal.go fix: correctly handle missing padding bytes (#6) 2024-10-02 07:40:42 -05:00
unmarshal_test.go fix: correctly handle missing padding bytes (#6) 2024-10-02 07:40:42 -05:00

This project is not actively maintained

Issues and pull requests on this repository may not be acted on in a timely manner, or at all. You are of course welcome to use it anyway. You are even more welcome to fork it and maintain the results.

Unmaintained

xdr

Build Status Coverage Status API Documentation MIT License

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