sigilyx 0.3.0

Reader and writer for Alteryx .yxdb (E1, with experimental E2 read) files.
Documentation
1
2
3
4
5
6
7
8
9
//! E2 (AMP engine) YXDB format support.
//!
//! The E2 format uses a 100-byte header, UTF-8 XML metadata, Snappy compression,
//! and compact variable-length record encoding. Files begin with
//! `"Alteryx e2 Database file"`.

pub mod header;
pub mod reader;
pub mod record;