Skip to main content

BoxliteError

Central error enum for all BoxLite operations.

BoxliteResult

Result type alias for BoxLite operations.

Error Handling Example


RuntimeMetrics

Runtime-wide metrics (aggregate across all boxes).

Methods


BoxMetrics

Per-box metrics (individual LiteBox statistics).

Fields

Stage Timing


Type Utilities

Bytes

Semantic newtype for byte sizes.

Seconds

Semantic newtype for durations.

BoxID

Box identifier in ULID format (26 characters, sortable).

ContainerID

Container identifier (64-char lowercase hex, OCI format).

Thread Safety

All public types are Send + Sync:
  • BoxliteRuntime - safely shareable across threads
  • LiteBox - safely shareable across threads
  • Execution - Clone + shareable

See Also