ea2821138013414c676224f1f20417b5c1b02a0e
parse_header now only handles '; key = value' lines instead of three different slicer comment formats at once. Error enum trimmed from 4 variants to 3 (Io, Parse, Other). Verified with cargo test (3/3 passing).
continuum-common
Shared, dependency-light building blocks used across the Continuum cloud and edge services.
Packages
packages/ts-core— TypeScript package consumed bycontinuum-backend(and other Bun/Node services). Provides a structured logger, a Supabase JWT verification helper, and ElysiaJS-compatible HTTP error transformers.packages/rust-core— Rust crate consumed bycontinuum-proxyandcontinuum-ai-worker. Provides a sharedthiserror-based error type,tracinginitialization, and G-code checksum/header parsing helpers.
Each package is versioned and published independently; see their own READMEs (inline doc comments) for usage.
Description
Languages
TypeScript
56.2%
Rust
43.8%