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

https://github.com/kyrylo/rbmarshal

WORK IN PROGRESS: A serialisation/deserialization library compatible with CRuby's Marshal class (Marshal.dump & Marshal.load)
https://github.com/kyrylo/rbmarshal

Last synced: 3 months ago
JSON representation

WORK IN PROGRESS: A serialisation/deserialization library compatible with CRuby's Marshal class (Marshal.dump & Marshal.load)

Awesome Lists containing this project

README

        

"rbmarshal" is a serialization/deserialization library for the [Go][go]
programming language compatible with the CRuby [Marshal format][marshal].

[![Circle Build Status](https://circleci.com/gh/kyrylo/rbmarshal.svg?style=shield)](https://circleci.com/gh/kyrylo/rbmarshal)

Installation & Usage
--------------------

Install:

```
go get -u github.com/kyrylo/rbmarshal
```

Import:

```
import "github.com/kyrylo/rbmarshal"
```

Example
-------

TBD.

[go]: https://golang.org
[marshal]: https://github.com/ruby/ruby/blob/master/doc/marshal.rdoc