ruststep icon indicating copy to clipboard operation
ruststep copied to clipboard

A STEP toolkit for Rust

Results 25 ruststep issues
Sort by recently updated
recently updated
newest added

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...

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

documentation
better development

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...

better development

Although `ANDOR`, `AND`, and `ONEOF` constraints are well handled by #203, `TOTAL_OVER` is not supported yet.

JSON schema would be more popular than protocol buffers

enhancement