duc 3.2.1

The duc 2D CAD file format Rust implementation.
Documentation
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;