# ducflair-duc (Rust)
The duc 2D CAD file format Rust implementation.
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
ducflair-duc = "0.1.0"
```
## Usage
```rust
use ducflair_duc::hello;
fn main() {
println!("{}", hello());
}
```
## License
MIT