Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 662 Bytes

File metadata and controls

19 lines (14 loc) · 662 Bytes

utils

utils is the small shared-tools layer. It stays deliberately narrow so common helpers do not collapse the main boundary structure.

What it owns

  • cross-cutting helpers with no domain/app/http/infra allegiance
  • environment and encoding utilities
  • developer tooling binaries such as visual snapshot capture

Read it like this

Why this crate exists

It gives the workspace a place for genuinely reusable support code without turning http or infra into a dumping ground.

Read next