8 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

#1858 in Procedural macros

Download history 169/week @ 2024-11-20 17/week @ 2024-11-27 153/week @ 2024-12-04 49/week @ 2024-12-11 16/week @ 2024-12-18 17/week @ 2025-01-01 57/week @ 2025-01-08 32/week @ 2025-01-15 33/week @ 2025-01-22 66/week @ 2025-01-29 46/week @ 2025-02-05 11/week @ 2025-02-12 52/week @ 2025-02-19 45/week @ 2025-02-26 5/week @ 2025-03-05

121 downloads per month
Used in 2 crates (via ifc_rs)

MIT license

22KB
504 lines

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

~225–670KB
~16K SLoC