https://github.com/yous/basehangul-crystal
Human-readable binary encoding, BaseHangul for Crystal
https://github.com/yous/basehangul-crystal
basehangul crystal
Last synced: about 2 months ago
JSON representation
Human-readable binary encoding, BaseHangul for Crystal
- Host: GitHub
- URL: https://github.com/yous/basehangul-crystal
- Owner: yous
- License: mit
- Created: 2014-12-05T15:05:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T08:10:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T21:19:07.124Z (4 months ago)
- Topics: basehangul, crystal
- Language: Crystal
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BaseHangul
[](https://github.com/yous/basehangul-crystal/actions/workflows/ci.yml)
Human-readable binary encoding, [BaseHangul](https://basehangul.github.io) for [Crystal](http://crystal-lang.org).
## Installation
1. Add the dependency to your `shard.yml`:
``` yaml
dependencies:
basehangul:
github: yous/basehangul-crystal
```2. Run `shards install`
## Usage
``` crystal
require "basehangul"
`````` crystal
BaseHangul.encode("This is an encoded string")
# => "넥라똔먈늴멥갯놓궂뗐밸뮤뉴뗐뀄굡덜멂똑뚤"
```## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## License
Copyright © Chayoung You. See [LICENSE.txt](LICENSE.txt) for further details.