Docs.rs
selium-kernel-1.0.0-alpha.5
selium-kernel 1.0.0-alpha.5
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
itpetey
Dependencies
futures-util ^0.3
normal
libc ^0.2
normal
parking_lot ^0.12
normal
rkyv ^0.8
normal
selium-abi ^1.0.0-alpha.5
normal
sharded-slab ^0.1
normal
thiserror ^2.0
normal
tokio ^1.49
normal
tracing ^0.1
normal
uuid ^1.20
normal
wasmtime ^41.0
normal
Versions
55.8%
of the crate is documented
Platform
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
read_u32
selium_
kernel
1.0.0-alpha.5
In selium_
kernel::
guest_
data
selium_kernel
::
guest_data
Function
read_
u32
Copy item path
Source
pub fn read_u32(data: &[
u8
], index:
usize
) ->
GuestResult
<
u32
>