aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src/psr.rs
AgeCommit message (Collapse)Author
2026-08-09refactor(io): move LogLevel into base_ionsfisis
LogLevel has no user outside BaseIO, so it lives next to its only consumer and the psr crate tree is dropped. The log() level parameter becomes &str now that the constants are compared directly. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-06-28refactor: add linternsfisis