From 7961d423c599a332a880b8915dee8777008f73e0 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Mon, 13 Oct 2025 23:55:09 +0000 Subject: [PATCH] Reference a blog post about STEP file parsing --- Serialization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Serialization.md b/Serialization.md index 3288ba4..996af5c 100644 --- a/Serialization.md +++ b/Serialization.md @@ -38,6 +38,8 @@ This format is described by the ISO 10303 standard. The standard includes an "In There's an experimental Rust crate for reading and writing STEP files, called [ruststep](https://github.com/ricosjp/ruststep). +This [blog post](https://zacxalot.github.io/step/4-express-parser/) about writing a STEP parser includes some concrete examples of STEP files. + ### IGES [This page](https://innovation.world/it/invention/iges-step/) claims that IGES "lacked the ability to store higher-level information like feature history or assembly constraints."