🚧🚧 This crate is still work in progress. The API will most likely change a lot in the future. Use at your own risk! 🚧🚧
- A parser for a subset of the IFC4 STEP format
- Some builders to create geometric elements in IFC4 STEP format files
graph LR
ifc[IFC STEP text]
rust[Rust Types]
ifc --> |winnow| rust
rust --> |std::fmt::Display| ifc