Sha256: 4e16b8401b75385df65d30a5ef5aa9abd815d975d2f8fa39b3046a7cb8bb407d
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 KB
Contents
= bychar A simple IO wrapper for libraries that tend to read the IO in the following way: * Only forward * By a single character * Without skipping The wrapper will cache some bytes from the passed IO object which will make parsing faster when you advance your parser char by char. == Contributing to bychar * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2013 Julik Tarkhanov. See LICENSE.txt for further details.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bychar-1.2.1 | README.rdoc |
bychar-1.1.0 | README.rdoc |
bychar-1.0.1 | README.rdoc |
bychar-1.0.0 | README.rdoc |