pub fn extract(content: &[u8]) -> Option<StepMetadata>Expand description
Extract StepMetadata from raw STEP file bytes.
Returns None only if the bytes are not valid UTF-8 (STEP files are ASCII
text); otherwise it always returns a best-effort summary, never panics.