Docs.rs
microvm-runtime-0.2.0-alpha.1
microvm-runtime 0.2.0-alpha.1
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
drewstone
Dependencies
nix ^0.30
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tempfile ^3
dev
libc ^0.2
normal
Versions
85%
of the crate is documented
Go to latest stable release
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.2.0-alpha.1
Module model
Module Items
Structs
Enums
In crate microvm_
runtime
microvm_runtime
Module
model
Copy item path
Source
Structs
§
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.
Enums
§
VmStatus
Current lifecycle state of a microVM.