Expand description
Error type shared by every combs-mesh subsystem.
Enums§
- Mesh
Error - The single error type for the crate. Every fallible public API returns this; readers of external data (binary/unicode/registry) must never panic, so all malformed-input paths funnel here.
Type Aliases§
- Result
- Convenience alias used across the crate.