Commit Graph

19 Commits (master)

Author SHA1 Message Date
Project Nayuki f40366c40d Simplified some Rust code by using slice.chunks().
5 days ago
Project Nayuki 8329a7108f Slightly simplified the calculation of alignment pattern spacing in a non-obvious way, adapted from David Evans's "Lean QR" project.
3 months ago
Project Nayuki 99f057910d Fixed the package name in documentation comments for the qrcode-no-heap crate.
10 months ago
Corvus 9e15962898 Updated heapless example with new name
10 months ago
Project Nayuki 49a66a2b8b Added missing metadata to Rust-no-heap's Cargo.toml, bumped the version because qrcodegen-no-heap 1.8.0 was already published on Crates.io.
1 year ago
Project Nayuki 5fb88bfa67 Renamed the Rust-no-heap implementation in Cargo.toml.
1 year ago
Project Nayuki 2643e824eb Enabled constant evaluation of Rust Version/Mask functions/methods.
2 years ago
Project Nayuki 5d9ec8dfdd Replaced some Rust object method calls with primitive arithmetic in order to support constant evaluation.
2 years ago
Project Nayuki 13e37016bd Added directives to Rust code to suppress a stylistic lint check.
2 years ago
Project Nayuki 720f62bddb Updated package version numbers.
3 years ago
Project Nayuki 4e41cb2c72 Copied paragraphs in Rust comments for top-level QR-encoding functions for consistency.
3 years ago
Project Nayuki 17e1a8a6d4 Marked Rust code to forbid unsafe.
3 years ago
Project Nayuki 52a3273d8c Updated documentation comments for QrCode::{encode_text(),encode_binary()} in Rust-no-heap and C ports.
3 years ago
Project Nayuki d4085a443a Revamped documentation comments about argument arrays in the C and Rust-no-heap ports.
3 years ago
Project Nayuki 5990e6a99c - In the project (top-level) readme file, kept one language's code example and moved all others out to language-specific readme files.
3 years ago
Project Nayuki df44e259d1 Added a paragraph to partially synchronize all readme files and package-level documentation comments.
3 years ago
Project Nayuki 7a052cc5b2 Removed references to other programming languages within language-specific overview/readme text.
3 years ago
Project Nayuki f39234b755 Clarified the Rust-no-heap documentation example code.
3 years ago
Project Nayuki d8ea85f2e2 Added another implementation in Rust, distinguished by performing no heap allocations and enabling no_std.
3 years ago