use-stderr
Synchronous stderr primitives for RustUse CLI-adjacent code.
This crate provides error output destination markers and basic write helpers. It does not provide a logging framework.
Example
use write_error_line;
let mut buffer = Vecnew;
write_error_line?;
assert_eq!;
# Ok::
Scope
Use this crate for explicit stderr writes, not logging or diagnostics policy.