| 1 | //! Output abstraction for testable printing |
| 2 | //! |
| 3 | //! Separates I/O from business logic by providing a trait |
| 4 | //! that can be mocked in tests and implemented for real output. |
nothing calls this directly
no outgoing calls
no test coverage detected