mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
rename proc macro project
This commit is contained in:
@@ -22,7 +22,7 @@ image = {version = "0.24.3", optional = true}
|
|||||||
imageproc = {version = "0.23.0", optional = true}
|
imageproc = {version = "0.23.0", optional = true}
|
||||||
unicode-segmentation = "1.10.0"
|
unicode-segmentation = "1.10.0"
|
||||||
codepage-437 = "0.1.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"
|
num = "0.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "one-d-reader-derive"
|
name = "one-d-proc-derive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDReader;
|
use one_d_proc_derive::OneDReader;
|
||||||
|
|
||||||
use crate::common::BitArray;
|
use crate::common::BitArray;
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDReader;
|
use one_d_proc_derive::OneDReader;
|
||||||
|
|
||||||
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};
|
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDReader;
|
use one_d_proc_derive::OneDReader;
|
||||||
|
|
||||||
use crate::common::BitArray;
|
use crate::common::BitArray;
|
||||||
use crate::{BarcodeFormat, Exceptions, RXingResult};
|
use crate::{BarcodeFormat, Exceptions, RXingResult};
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDReader;
|
use one_d_proc_derive::OneDReader;
|
||||||
|
|
||||||
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};
|
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::{EANReader, OneDReader};
|
use one_d_proc_derive::{EANReader, OneDReader};
|
||||||
|
|
||||||
use super::UPCEANReader;
|
use super::UPCEANReader;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
oned::{upc_ean_reader, EAN13Reader},
|
oned::{upc_ean_reader, EAN13Reader},
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
use super::OneDReader;
|
use super::OneDReader;
|
||||||
use crate::{BarcodeFormat, Exceptions};
|
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::upc_ean_reader;
|
||||||
use super::UPCEANReader;
|
use super::UPCEANReader;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
oned::{EAN8Reader, UPCEANReader},
|
oned::{EAN8Reader, UPCEANReader},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDReader;
|
use one_d_proc_derive::OneDReader;
|
||||||
|
|
||||||
use crate::{common::BitArray, BarcodeFormat, DecodeHintValue, Exceptions, RXingResult};
|
use crate::{common::BitArray, BarcodeFormat, DecodeHintValue, Exceptions, RXingResult};
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
use super::{OneDReader, UPCEANReader, L_AND_G_PATTERNS};
|
use super::{OneDReader, UPCEANReader, L_AND_G_PATTERNS};
|
||||||
use crate::{BarcodeFormat, Exceptions};
|
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>
|
* <p>Implements decoding of the UPC-E format.</p>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use one_d_reader_derive::OneDWriter;
|
use one_d_proc_derive::OneDWriter;
|
||||||
|
|
||||||
use crate::BarcodeFormat;
|
use crate::BarcodeFormat;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user