github.com/yous/basehangul-crystal
master / published Jul 28, 2021 / repository
Human-readable binary encoding, BaseHangul for Crystal
BaseHangul
Human-readable binary encoding, BaseHangul for Crystal.
Installation
-
Add the dependency to your
shard.yml:dependencies: basehangul: github: yous/basehangul-crystal -
Run
shards install
Usage
require "basehangul"
BaseHangul.encode("This is an encoded string")
# => "넥라똔먈늴멥갯놓궂뗐밸뮤뉴뗐뀄굡덜멂똑뚤"
Contributing
- Fork it (https://github.com/yous/basehangul-crystal/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
License
Copyright © Chayoung You. See LICENSE.txt for further details.
API
- BaseHangul
Human-readable binary encoding.