dxfscan 0.1.0

Binary DXF parser with typed entity data and lookup indices
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: ISC
//! LAYER and STYLE table entry types.
mod layer;
mod style;

pub use layer::Layer;
pub use style::Style;