rxing icon indicating copy to clipboard operation
rxing copied to clipboard

cRustacean Crossing

Results 11 rxing issues
Sort by recently updated
recently updated
newest added

Thanks for this nice library! I'm encountering a weird behavior with the `--raw-bytes` option: For qrcode, everythong as expected: ``` > ./rxing-cli test.png encode --width 200 --height 200 --data "aaa"...

The library has unnecessary heap allocations and `clone()` calls which should be cleaned up or refactored.

enhancement

``` panicked at /Users/dan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rxing-0.4.9/src/common/cpp_essentials/concentric_finder.rs:393:25: slice index starts at 18 but ends at 17 ... ``` This will happen occasionally while trying to detecting codes in wasm.

bug

https://www.reddit.com/r/rust/comments/1117fpk/comment/j8ea409/?utm_source=share&utm_medium=web2x&context=3

enhancement

Since this is a library that works with images, naturally there's a ton of 2D point math going on in the code. I feel like putting in effort here will...

Creating this issue for discussion started in #20 I was looking at the original library and noticed there are android benchmark images but it looks like the implementation was removed....

I was thinking it would be useful to turn the base directory of the repository into a workspace. This way other crates this lib may depend on, such as the...

As encoding crate hasn't been updated in some time, there may be a benefit I using a more frequently updated crate. A feasibility analysis is needed.

enhancement

Hi! I'd love to contribute to this project. Lately I've been using `zxing-cpp` for a hobby project that involved scanning QR codes in a web browser and seeing a Rusty...