io-binary
Version, currently master branch1 version
- master branchlatestAug 23, 2017
github.com/taylorfinnell/io-binary
Bit level IO for Crystal
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
io-binary:
github: taylorfinnell/io-binary
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.23.1- License
- MIT
- Author
- Taylor Finnell
Dependencies
This version declares no dependencies.
README
io-binary
An IO implementation that supports bit level reading.
Installation
Add this to your application's shard.yml:
dependencies:
io-binary:
github: taylorfinnell/io-binary
Usage
require "io-binary"
io = IO::Binary.new(Bytes.new(1, 3.to_u8)) # single byte of value 3
io.read_bit # => 1
io.read_bit # => 1
io.read_bit # => 0
Limits
Does not implement IO#write.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Aug 23, 2017
- Crystal
0.23.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/taylorfinnell/io-binary
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 16, 2026
- Versions
- 1