7 releases

0.1.0-alpha-rc1 Jun 24, 2024
0.1.0-alpha.9 Dec 4, 2024
0.1.0-alpha.8 Nov 21, 2024
0.1.0-alpha.5 Aug 26, 2024
0.1.0-alpha.3 Jun 26, 2024

#1400 in Parser implementations

Download history 131/week @ 2024-12-03 136/week @ 2024-12-10 49/week @ 2024-12-17 27/week @ 2024-12-24 31/week @ 2024-12-31 65/week @ 2025-01-07 41/week @ 2025-01-14 42/week @ 2025-01-21 50/week @ 2025-01-28 57/week @ 2025-02-04 24/week @ 2025-02-11 54/week @ 2025-02-18 46/week @ 2025-02-25 8/week @ 2025-03-04 4/week @ 2025-03-11

70 downloads per month
Used in ifc2osm

MIT license

1MB
15K SLoC

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

Docs

Standard Docs

Other

Dependencies

~10MB
~258K SLoC