crystal-pack
crystal-pack
A library that aims to provide the pack() and unpack() methods to make porting Ruby code to Crystal easier.
Far from complete so far at this covers a pretty broad feature set.
Installation
Currently from source only:
git clone https://github.com/Fusion/crystal-pack.git
lake
will build the small C dependencycrystal build src/crystal-pack.cr
Why the C dependency?
Well, you could easily remove it from the project if you do not care about the semantics of using "!" as a modifier (== "use native sizes")
Usage
This library adds pack() and unpack() to String and Array.
Again, this is not fully developed yet.
Development
The usual. If you wish to help, use Github's pull requests.
Contributing
- Fork it ( https://github.com/fusion/crystal-pack/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [Chris Ravenscroft] - creator, maintainer
Repository
crystal-pack
Owner
Statistic
- 2
- 0
- 0
- 0
- 0
- over 8 years ago
- February 14, 2016
License
Apache License 2.0
Links
Synced at
Thu, 07 Nov 2024 02:19:17 GMT
Languages