Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darccio/xdr
XDR (External Data Representation; RFC 4506) pure Go implementation
https://github.com/darccio/xdr
Last synced: 3 months ago
JSON representation
XDR (External Data Representation; RFC 4506) pure Go implementation
- Host: GitHub
- URL: https://github.com/darccio/xdr
- Owner: darccio
- License: other
- Created: 2018-08-17T22:18:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T07:04:27.000Z (over 1 year ago)
- Last Synced: 2024-06-21T08:28:32.678Z (7 months ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xdr
[![Coverage Status](https://img.shields.io/coveralls/imdario/xdr.svg?style=flat)](https://coveralls.io/r/imdario/xdr?branch=master)
[![API Documentation](http://img.shields.io/badge/api-Godoc-blue.svg?style=flat)](https://pkg.go.dev/dario.cat/xdr)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)This is an XDR marshalling/unmarshalling library. It uses code generation and not reflection.