duc 3.3.0

The duc 2D CAD file format Rust implementation.
1
2
3
4
5
6
7
//! High-level document API — target-transparent CRUD over a `DucConnection`.

pub mod document;
pub mod meta;
pub mod version_control;

pub use document::DucDocument;