docs.rs failed to build edifact-parser-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
edifact-parser-0.1.12
Streaming EDIFACT tokenizer and SAX-style event-driven parser.
This crate provides a standalone EDIFACT parser with no BO4E dependency. It can be used by anyone in the Rust ecosystem for generic EDIFACT parsing.
Architecture
The parser uses a SAX-style streaming model:
- Tokenizer splits raw bytes into segments
- Parser routes segments to handler callbacks
- Handler accumulates state as needed