base32
Version, currently 0.3.03 versions
- 0.3.0latestMar 31, 2021
- 0.2.0not indexedMar 31, 2021
- 0.1.0not indexedMar 31, 2021
github.com/maiha/base32.cr
Base32 Encoding for Crockford's Base32
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
base32:
github: maiha/base32.cr
version: ~> 0.3.0Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- maiha
Dependencies
This version declares no dependencies.
README
Base32.cr
Base32 Encoding for Crockford's Base32.
- Currently supports only
Int64for encoder input
Installation
-
Add the dependency to your
shard.yml:dependencies: base32: github: maiha/base32.cr -
Run
shards install
Usage
require "base32"
Base32.encode(123456789012) # => "3JZ9J6GM"
Base32.decode("3JZ9J6GM") # => 123456789012
Contributing
- Fork it (https://github.com/maiha/base32.cr/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
- maiha - creator and 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.3.0- Tagged
- Mar 31, 2021
- Commit
2faf0092f7b4- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/maiha/base32.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 3