Docs.rs
microvm-runtime-0.4.0-alpha.1
microvm-runtime 0.4.0-alpha.1
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
drewstone
Dependencies
base64 ^0.22
normal
optional
nix ^0.30
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
optional
thiserror ^2
normal
tempfile ^3
dev
libc ^0.2
normal
userfaultfd ^0.8
normal
optional
base64 ^0.22
dev
vsock ^0.5
dev
Versions
87.1%
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
Module model
microvm_
runtime
0.4.0-alpha.1
Module model
Module Items
Structs
Enums
In crate microvm_
runtime
microvm_runtime
Module
model
Copy item path
Source
Structs
§
Drive
Spec
Additional drive beyond the rootfs.
Network
Interface
Network interface attached to a VM.
Rate
Limiter
Firecracker
RateLimiter
config, applicable to drives and network interfaces.
Snapshot
Ref
Reference to a snapshot used to restore a VM.
Token
Bucket
Token bucket parameters. Caller specifies
refill_time_ms
; serialization translates to Firecracker’s
refill_time
(also in ms — but we keep the suffix explicit on our side to avoid the “is this seconds?” question).
VmSpec
Per-VM configuration override. Every field is optional;
None
falls back to the provider’s workspace-level default (e.g.
FirecrackerConfig
).
VmView
Read-only snapshot of a microVM’s current state.
Vsock
Spec
Vsock device config.
Enums
§
VmStatus
Current lifecycle state of a microVM.