basehangul

Version, currently master branch1 version
  • master branchlatestJul 28, 2021

github.com/yous/basehangul-crystal

Human-readable binary encoding, BaseHangul for Crystal

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  basehangul:
    github: yous/basehangul-crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 0.31.0
License
MIT
Author
Chayoung You

Dependencies

Development Dependencies

  • ameba~> 0.14.0github: crystal-ameba/amebadev

README

BaseHangul

CI

Human-readable binary encoding, BaseHangul for Crystal.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
     basehangul:
       github: yous/basehangul-crystal
  2. Run shards install

Usage

require "basehangul"
BaseHangul.encode("This is an encoded string")
# => "넥라똔먈늴멥갯놓궂뗐밸뮤뉴뗐뀄굡덜멂똑뚤"

Contributing

  1. Fork it (https://github.com/yous/basehangul-crystal/fork)
  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 for further details.