Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ Writer
Class
Writer
euralios_std/src/debug.rs:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
use core::fmt;
3
4
struct Writer {}
5
6
impl fmt::Write for Writer {
7
fn write_str(&mut self, s: &str) -> fmt::Result {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected