mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
default for boxable writers
This commit is contained in:
@@ -37,6 +37,7 @@ use super::encoder::error_correction;
|
||||
* @author dswitkin@google.com (Daniel Switkin)
|
||||
* @author Guillaume Le Biller Added to zxing lib.
|
||||
*/
|
||||
#[derive(Default)]
|
||||
pub struct DataMatrixWriter;
|
||||
|
||||
impl Writer for DataMatrixWriter {
|
||||
|
||||
Reference in New Issue
Block a user