Project Nayuki
|
c36c4a28eb
|
Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
|
2018-10-26 02:42:35 +00:00 |
|
Project Nayuki
|
4e774437b3
|
Simplified some Rust code.
|
2018-10-08 22:39:18 +00:00 |
|
Project Nayuki
|
9628e25971
|
Updated Rust code to wrap valid mask numbers in a simple struct, removed unnecessary argument assertions.
|
2017-11-15 17:14:40 +00:00 |
|
Project Nayuki
|
a88f0942af
|
Updated Rust code to wrap valid version numbers in a simple struct, removed unnecessary argument assertions.
|
2017-11-15 17:06:26 +00:00 |
|
Project Nayuki
|
5a5626edb2
|
Added integer constants for QR Code min/max version numbers, made use of new constants in library and example applications, in all language versions except C.
|
2017-10-23 04:42:53 +00:00 |
|
Project Nayuki
|
8ef73d2325
|
Changed Rust API to take Option<u8> instead of i8 for automatic masking, updated related code and assertions.
|
2017-09-06 16:20:09 +00:00 |
|
Project Nayuki
|
b7817ab944
|
Changed Rust QrCodeEcc struct into enum, changed fields to methods, made the type copyable, got rid of static lifetimes and references in favor of passing by value, updated programs to work with this altered API.
|
2017-08-28 05:32:53 +00:00 |
|
Project Nayuki
|
03b502946d
|
Added Rust port of runnable worker program for batch testing.
|
2017-08-28 04:12:18 +00:00 |
|