| Crates.io | ddex-core |
| lib.rs | ddex-core |
| version | 0.4.5 |
| created_at | 2025-09-11 15:27:58.03877+00 |
| updated_at | 2025-09-21 23:44:07.167772+00 |
| description | Shared DDEX data models and utilities |
| homepage | https://github.com/daddykev/ddex-suite |
| repository | https://github.com/daddykev/ddex-suite |
| max_upload_size | |
| id | 1833980 |
| size | 256,287 |
Shared DDEX data models and utilities for the DDEX Suite toolkit.
This crate provides the core data structures and utilities shared across the DDEX Suite components:
ddex-parser) - High-performance DDEX XML parserddex-builder) - Deterministic DDEX XML builderthiserrorAdd this to your Cargo.toml:
[dependencies]
ddex-core = "0.4.4"
use ddex_core::*;
// Work with DDEX data structures
// This crate provides the foundation for parsing and building DDEX XML
typescript - Enable TypeScript type generation with ts-rsMIT License - See LICENSE file for details.
ddex-parser - Parse DDEX XML filesddex-builder - Build deterministic DDEX XMLFor complete documentation and examples, visit: