ruststep
ruststep copied to clipboard
A STEP toolkit for Rust
Consider following schema: ``` ENTITY a; x: REAL; END_ENTITY; ENTITY by SUBTYPE_OF a; y: REAL; END_ENTITY; ENTITY bz SUBTYPE_OF a; z: REAL; END_ENTITY; ``` STEP exchange format allows complex entity...
`std::mem::size_of()` will be `size_of
Currently, boolean values in STEP files are recognized as enumerate and not parsed. For example, it may be possible to determine this by looking at the Enum string when mapping...
https://github.com/mersinvald/aquamarine
https://www.iso.org/standard/40646.html
cargo has `-Z timings` feature in nightly. It shows how long compile spent times like following: ``` Completed espr v0.1.0 lib (test) in 6.1s Completed ruststep v0.1.0 lib (test) in...
Although `ANDOR`, `AND`, and `ONEOF` constraints are well handled by #203, `TOTAL_OVER` is not supported yet.