crystal-base32
Version, currently 0.1.41 version
- 0.1.4latestOct 27, 2019
github.com/Axentro/crystal-base32
A library which provides base32 decoding and encoding
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crystal-base32:
github: Axentro/crystal-base32
version: ~> 0.1.4Then run:
shards installshard.yml
- Crystal
0.31.1- License
- MIT
- Author
- Kingsley Hendrickse
Dependencies
This version declares no dependencies.
README
crystal-base32
This shard contains base32, A Crystal library for encoding and decoding in base32 as per RFC 3548
Installation
Add this to your application's shard.yml:
dependencies:
crystal-base32:
github: SushiChain/crystal-base32
Usage
require "crystal-base32"
Simple Example
require "base32"
encoded = Base32.encode("chunky bacon!") #==> "MNUHK3TLPEQGEYLDN5XCC==="
decoded = Base32.decode(encoded) #==> "chunky bacon!"
puts %Q{"#{decoded}" is "#{encoded}" in base32}
Specs
> crystal spec
References
- RFC 3548: http://www.faqs.org/rfcs/rfc3548.html
Contributing
- Fork it ( https://github.com/SushiChain/crystal-base32/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
- kingsleyh Kingsley Hendrickse - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.4- Tagged
- Oct 27, 2019
- Commit
4580e3323c9c- Crystal
0.31.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Axentro/crystal-base32
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1