Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.