Docs.rs
vm-core-2.0.2
vm-core 2.0.2
Permalink
Docs.rs crate page
Apache-2.0
06 September 2026
Links
Repository
crates.io
Source
Owners
zeekay
Dependencies
anyhow ^1
normal
crossbeam-channel ^0.5
normal
serde ^1
normal
serde_json ^1
normal
socket2 ^0.5
normal
tracing ^0.1
normal
vm-measure ^2.0.2
normal
vm-proto ^2.0.2
normal
vm-linux ^2.0.2
normal
vm-ch ^2.0.2
normal
libc ^0.2
normal
vm-darwin ^2.0.2
normal
Versions
46.15%
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
parse_exit_code
vm
2.0.2
In vm::
frame
vm
::
frame
Function
parse_
exit_
code
Copy item path
Source
pub fn parse_exit_code(payload: &[
u8
]) ->
Option
<
i32
>
Expand description
Parse an EXIT payload into an i32 exit code.