basic functions for rxing-cli

This commit is contained in:
Henry Schimke
2023-01-07 14:03:48 -06:00
parent dbd2ec9a39
commit 23942e7db2
5 changed files with 65 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ use crate::{
*
* @author dswitkin@google.com (Daniel Switkin)
*/
#[derive(Default)]
pub struct MultiFormatWriter;
impl Writer for MultiFormatWriter {