rename proc macro project

This commit is contained in:
Henry Schimke
2022-12-30 08:47:48 -06:00
parent a513b8c638
commit 4f7478245a
19 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDReader;
use one_d_proc_derive::OneDReader;
use crate::common::BitArray;
use crate::BarcodeFormat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDReader;
use one_d_proc_derive::OneDReader;
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDReader;
use one_d_proc_derive::OneDReader;
use crate::common::BitArray;
use crate::{BarcodeFormat, Exceptions, RXingResult};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDReader;
use one_d_proc_derive::OneDReader;
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::{EANReader, OneDReader};
use one_d_proc_derive::{EANReader, OneDReader};
use super::UPCEANReader;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::{
oned::{upc_ean_reader, EAN13Reader},

View File

@@ -16,7 +16,7 @@
use super::OneDReader;
use crate::{BarcodeFormat, Exceptions};
use one_d_reader_derive::{EANReader, OneDReader};
use one_d_proc_derive::{EANReader, OneDReader};
use super::upc_ean_reader;
use super::UPCEANReader;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::{
oned::{EAN8Reader, UPCEANReader},

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDReader;
use one_d_proc_derive::OneDReader;
use crate::{common::BitArray, BarcodeFormat, DecodeHintValue, Exceptions, RXingResult};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;

View File

@@ -16,7 +16,7 @@
use super::{OneDReader, UPCEANReader, L_AND_G_PATTERNS};
use crate::{BarcodeFormat, Exceptions};
use one_d_reader_derive::{EANReader, OneDReader};
use one_d_proc_derive::{EANReader, OneDReader};
/**
* <p>Implements decoding of the UPC-E format.</p>

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_reader_derive::OneDWriter;
use one_d_proc_derive::OneDWriter;
use crate::BarcodeFormat;