Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 587 Bytes

File metadata and controls

16 lines (10 loc) · 587 Bytes

rmarsh

A Ruby Marshal (version 4.8) encoder/decoder in Golang. Why? Who knows.

go get github.com/samcday/rmarsh

This library sports low level Generator / Parser classes for high performance streaming access to the Marshal format. It also offers a higher level Mapper to marshal and unmarshal between Ruby and Go types.

Still under heavy development, no useful dox yet.

Useful links