ducflair-duc 0.0.0-development

The duc 2D CAD file format Rust implementation
Documentation

ducflair-duc (Rust)

The duc 2D CAD file format Rust implementation.

Installation

Add this to your Cargo.toml:

[dependencies]
ducflair-duc = "0.1.0"

Usage

use ducflair_duc::hello;

fn main() {
    println!("{}", hello());
}

License

MIT