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)
- Host: GitHub
- URL: https://github.com/kyrylo/rbmarshal
- Owner: kyrylo
- Created: 2019-09-16T08:09:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T05:09:02.000Z (about 5 years ago)
- Last Synced: 2025-01-11T15:48:18.395Z (5 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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].[](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