Skip to main content

Module shims

Module shims 

Source

Re-exportsยง

pub use self::files::FdId;
pub use self::files::FdTable;
pub use self::files::FileDescription;
pub use self::files::FileDescriptionRef;
pub use self::files::WeakFileDescriptionRef;
pub use self::native_lib::trace::init_sv;
pub use self::native_lib::trace::register_retcode_sv;
pub use self::unix::DirTable;

Modulesยง

alloc ๐Ÿ”’
backtrace ๐Ÿ”’
env
extern_static
Provides the extern static that this platform expects.
files ๐Ÿ”’
foreign_items
global_ctor
Implement global constructors.
io_error
math ๐Ÿ”’
native_lib
Implements calling functions from a native library.
os_str
panic
Helper functions for causing panics.
readiness
sig
Everything related to checking the signature of shim invocations.
time
tls
Implement thread-local storage.
unix ๐Ÿ”’
unwind
Unwinding runtime for Miri.
windows ๐Ÿ”’

Enumsยง

EmulateItemResult
What needs to be done after emulating an item (a shim or an intrinsic) is done.