Skip to content

MetabuildDev/ifc_rs

Repository files navigation

IFC4

🚧🚧 This crate is still work in progress. The API will most likely change a lot in the future. Use at your own risk! 🚧🚧

Current functionality

  • A parser for a subset of the IFC4 STEP format
  • Some builders to create geometric elements in IFC4 STEP format files

Current Architecture

graph LR

ifc[IFC STEP text]
rust[Rust Types]

ifc --> |winnow| rust
rust --> |std::fmt::Display| ifc
Loading

Docs

Standard Docs

Other

About

A rust implementation of IFC types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages