Skip to content

Commit 40ee58f

Browse files
authored
Enhance README with performance description
1 parent 018283f commit 40ee58f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dotnet add package Solidsoft.Reply.Parsers.Gs1Ai
44

55
---
66

7-
This library provides a comprehensive validating parser for GS1 Application Identifiers (AIs). GS1 defines AIs as part of its general specifications. See [GS1 General Specifications - Standards | GS1]( https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications)
8-
The parser validates each AI against the format defined for that AI. It calls back into an Action for each AI reported to it. For each AI, parsed data is reported as a Resolved Entity object. Each Resolved Entity includes a collection of all errors reported while parsing the AI.
7+
This library provides a fast, memory-efficient and comprehensive validating parser for GS1 Application Identifiers (AIs). GS1 defines AIs as part of its general specifications. See [GS1 General Specifications - Standards | GS1]( https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications)
8+
The parser validates each AI against the format defined for that AI. It calls back into an Action for each AI reported to it. For each AI, parsed data is reported as a Resolved Entity object. Each Resolved Entity includes a collection of all errors reported while parsing the AI.
99
The library depends on the Solidsoft.Reply.Parsers.Common library.
1010

1111
## Validation Errors:

0 commit comments

Comments
 (0)