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

Publish rust-no-heap to crates.io

lexxvir opened this issue · comments

Hi @nayuki !

Thank you very much for you work on the Rust implementation of QR-code generator!

Now you have two versions of the rust impl: std and no-heap (no_std).
Hope I don't miss something but it seems that you publish at the crates.io only std impl.

Could you please publish no-heap crate too?
As you know the crates.io is a standard way to get dependencies in the Rust world.

Thanks in advance,
Alexey.

Hey lexxvir, thanks for the suggestion! I remember you from the thread #58 .

I'm hesitant to publish the rust-no-heap port on Crates.io because I think its use-case is too narrow and it distracts from the main preferred port.

As always though, downloading source code from my repository here is perfectly fine, and nightly versions on the master branch are unlikely to corrupt data.

Hi @nayuki !

OK, totally understand you.

I will check the rust-no-heap port in my test cases.