Re-exports§
pub use self::env::EvalContextExt as _;
pub use self::env::UnixEnvVars;
pub use self::fd::EvalContextExt as _;
pub use self::fd::FdTable;
pub use self::fd::FileDescription;
pub use self::fs::DirTable;
pub use self::fs::EvalContextExt as _;
pub use self::linux::epoll::EpollInterestTable;
pub use self::mem::EvalContextExt as _;
pub use self::sync::EvalContextExt as _;
pub use self::thread::EvalContextExt as _;
pub use self::thread::ThreadNameResult;
pub use self::unnamed_socket::EvalContextExt as _;
Modules§
- android π
- env π
- fd πGeneral management of file descriptors, and support for standard file descriptors (stdin/stdout/stderr).
- freebsd π
- fs πFile and file system access
- linux π
- macos π
- mem πThis is an incomplete implementation of mmap/munmap which is restricted in order to be implementable on top of the existing memory system. The point of these function as-written is to allow memory allocators written entirely in Rust to be executed by Miri. This implementation does not support other uses of mmap such as file mappings.
- solarish π
- sync π
- thread π
- unnamed_
socket πThis implements βanonymousβ sockets, that do not correspond to anything on the host system and are entirely implemented inside Miri. We also use the same infrastructure to implement unnamed pipes.
Constants§
- UID π