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

STEP files are sometimes very large, and may take a long time and memory for loading them. Micro and integrated benchmarks should be easily accessible to detect/evaluate speed down/up of...

A literal called TrueNorth will be parsed as Literal::Logical True + remainder "North", instead of being parsed as Literal::String "TrueNorth" I encountered this while trying to parse the [IFC express...

Hi, I ran into a few issues when trying to parse the IFC express schema. One being that something like `TrueNorth` is tried to be parsed (e.g. in an `expression`...

I'm not sure if I'm doing something wrong, but I have `ruststep` added to my `Cargo.toml` like so: ```toml [dependencies] ruststep = { version = "0.4.0", features = ["ap201", "ap203"]...