Module scope

Source
Expand description

Scope management for rust-loguru

  • Timed execution scopes
  • Indentation management
  • Enter/exit tracking
  • Performance timing

Structsยง

ScopeError
Error type for scope operations
ScopeGuard
A guard that tracks the lifetime of a scope, measures timing, and manages indentation