dfdl 0.1.0

A rust implementation of the DFDL Specification from the OGF
Documentation
  • Coverage
  • 45%
    9 out of 20 items documented0 out of 5 items with examples
  • Size
  • Source code size: 50.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 632.75 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • HeathenHacker/dfdl-rs
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • HeathenHacker

dfdl

A DFDL Implementation for Rust

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:

  • implementation of a parser & unparser conforming to the core DFDL specification
  • ability to serialize/deserialize to/from the DFDL Infoset
  • generating structs & parsers for a DFDL schema at compile time
  • generating schemas & parsers for existing rust structs

License: MIT