Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ OsString
Class
OsString
euralios_std/src/ffi.rs:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
use core::fmt;
15
16
pub struct OsString {
17
inner: String,
18
}
19
20
/// Borrowed reference to an OS string (see [`OsString`]).
21
///
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected