Rust
Overview
Rust library for reading, writing and manipulating .duc CAD files — backed by SQLite.
⚠️
This page is subject to change as the project is still in development.
How it works
A .duc file is a standard SQLite database. ducrs wraps it with a typed, idiomatic Rust API.
Installation
Add the crate to your Cargo.toml:
Basic Usage
Edit on GitHub
Last updated on