base32
Version, currently 0.1.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
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
base32:
github: maiha/base32.cr
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.1.0- Tagged
- Mar 31, 2021
- Commit
c577d4fb3f17- Indexed
- not yet
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