A Golang library for XDR conversion to and from JSON. This repository combines Rust code with Go bindings to generate a package that converts XDR to JSON.
To compile the archive file (.a), run:
make build-libs
To delete all libraries and build files, run:
make dist-clean
Once you have built the libraries locally, run the unit tests with:
go test ./...
TODO: