Skip to content

yous/basehangul-crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Human-readable binary encoding, BaseHangul for Crystal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published