[go: up one dir, main page]

Module compat

Source
Expand description

§Standard Library Compatibility

This module provides compatibility types that allow easy integration for situations where the Standard Library is available.

Structs§

OsStr
Compatibility type for std::ffi::OsStr. This type represents the same value as returned by std::ffi::OsStr::as_encoded_bytes() for a given OsStr value.
Write
Compatibility type to bridge between std::io::Write and core::fmt::Write.