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

@@ -22,7 +22,7 @@ image = {version = "0.24.3", optional = true}
imageproc = {version = "0.23.0", optional = true}
unicode-segmentation = "1.10.0"
codepage-437 = "0.1.0"
one-d-reader-derive = { path = "one-d-reader-derive" }
one-d-proc-derive = { path = "one-d-proc-derive" }
num = "0.4.0"
[dev-dependencies]

View File

@@ -1,5 +1,5 @@
[package]
name = "one-d-reader-derive"
name = "one-d-proc-derive"
version = "0.1.0"
edition = "2021"

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;