nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Availability of rust-no-heap on crates.io

tommy-gilligan opened this issue · comments

Not a super pressing issue but trying to use this library in an embedded rust project, I wasn't able to add qrcodegen = "1.8.0" to dependencies in Cargo.toml.

I was still able to use QR-Code-generator in my project but it was by cloning the repo from Github and importing rust-no-heap as a path on the local filesystem. This is completely fine but for extra convenience it would be nice if it was also directly available on crates.io.