nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
https://www.nayuki.io/page/qr-code-generator-library
5.2k stars 1.11k forks source link

Publish the `rust-no-heap` crate on crates.io #188

Closed ivmarkov closed 1 year ago

ivmarkov commented 1 year ago

Background: I would've copy-pasted the code in the project, if it wasn't that the project is licensed under Apache 2.0 only, while the QR code is licensed under MIT only.

Also, I can publish the code myself (using a fork), but it just doesn't feel right. So if you are up for it, maybe two options:

nayuki commented 1 year ago

Done with option A. https://github.com/nayuki/QR-Code-generator/pull/181#issuecomment-1685357764 , https://crates.io/crates/qrcodegen-no-heap

ivmarkov commented 1 year ago

I can confirm that the newly-published crate works great - thanks a lot!