Releases: hxtk/Rust-Scanner
Scanner v0.2.0
Scanner v0.1.4
The bug surrounding the buffer size for the underlying BufRead
still exists. At this point, the API is defined around it, i.e., we do not guarantee the behavior will be consistent if any single input token exceeds the size of the buffer, although we do make an attempt to handle that situation.
Scanner v0.1.3
Changelog
- Issue #1: Arbitrary-radix numeric parsing has been added for both integral and floating point types.
Roadmap
- Unit test coverage is now measured. Future releases will have coverage targets.
- No more breaking API changes are anticipated, but we are not ready to mark it as production-ready until this is fairly certain. More test cases will be required.
Scanner v0.1.1
This release is the current version on crates.io. The project is still under heavy development, but the portions of the API which have already been completed are reasonably stable.
This release is a request for comments. If you have any issues, feel free to add them. This includes but is not limited to feature requests, debates about semantics, suggestions for test cases, and documentation. Feel free to nitpick if you can justify your reasoning and be polite about it.