Docs.rs
wiggle-runtime-0.13.0
wiggle-runtime 0.13.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
sunfishcode
pchickey
Dependencies
thiserror ^1
normal
witx ^0.8.4
normal
optional
Versions
55.17%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate wiggle_runtime
wiggle_
runtime
0.13.0
All Items
Crate Items
Structs
Enums
Traits
Crate
wiggle_
runtime
Copy item path
Source
Structs
§
Guest
Borrows
Guest
Ptr
A
guest
pointer into host memory.
Region
Represents a contiguous region in memory.
Enums
§
Guest
Error
Traits
§
Guest
Error
Type
Guest
Memory
A trait which abstracts how to get at the region of host memory taht contains guest memory.
Guest
Type
A trait for types that are intended to be pointees in
GuestPtr<T>
.
Guest
Type
Transparent
A trait for
GuestType
s that have the same representation in guest memory as in Rust. These types can be used with the
GuestPtr::as_raw
method to view as a slice.
Pointee
Types that can be pointed to by
GuestPtr<T>
.