edifact-parser 0.1.8

Streaming EDIFACT tokenizer and SAX-style parser — standalone, no BO4E dependency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "edifact-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Streaming EDIFACT tokenizer and SAX-style parser — standalone, no BO4E dependency"

[dependencies]
edifact-primitives.workspace = true
thiserror.workspace = true

[dev-dependencies]
proptest.workspace = true
test-case.workspace = true