From 837a11ad9f0b0f16d389ac1e6e24889fe5ba091d Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Fri, 10 Oct 2025 00:53:45 +0000 Subject: [PATCH] Mention the effort to replace the SolveSpace format --- Serialization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Serialization.md b/Serialization.md index 0f36f54..3288ba4 100644 --- a/Serialization.md +++ b/Serialization.md @@ -44,6 +44,8 @@ There's an experimental Rust crate for reading and writing STEP files, called [r ### SolveSpace +It might be useful to look at the SolveSpace file format (.slvs), with the caveat that there's an ongoing effort to [replace](https://github.com/solvespace/solvespace/issues/75) it. + None of the SolveSpace [export options](https://solvespace.com/ref.pl#Export) talk about preserving constraint information. ## Rust frameworks