Crates.io | dfdl |
lib.rs | dfdl |
version | 0.1.0 |
source | src |
created_at | 2024-10-25 12:09:57.007013 |
updated_at | 2024-10-25 12:09:57.007013 |
description | A rust implementation of the DFDL Specification from the OGF |
homepage | |
repository | https://github.com/HeathenHacker/dfdl-rs |
max_upload_size | |
id | 1422457 |
size | 50,637 |
The Data Format Description Language (DFDL) is a language developed by the Open Grid Forum (OGF), to describe binary and textual data formats via an extention to XML Schemas.
This crate aims to be a rust implementation of the language specification, providing facilities
to parse and unparse DFDL described data formats to a DFDL Infoset, and to provide ways of
interacting with these Infosets (e.g. via serde
)
Aims:
License: MIT