dais-sidecar 0.1.0

Sidecar format abstraction and .pdfpc implementation for Dais
Documentation
1
2
3
4
5
6
7
//! `.pdfpc` sidecar format parser and writer.

pub mod parser;
pub mod writer;

/// The `.pdfpc` sidecar format implementation.
pub struct PdfpcFormat;