dxf 0.6.1

A rust crate for reading and writing DXF and DXB CAD files.
Documentation
1
2
3
use crate::DxfError;

pub type DxfResult<T> = Result<T, DxfError>;