asdf-core 0.1.0

Core engine for reading and writing ASDF (Advanced Scientific Data Format) files
Documentation

The ASDF engine: file layout, binary blocks, and the tree.

This crate holds all the behaviour. The C ABI shim (libasdf-rs) and the idiomatic Rust API (asdf) are both thin projections of it, so the two public faces cannot drift apart in semantics. Nothing here knows about C.