Docs.rs
ryra-test-0.3.0
ryra-test 0.3.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ryanravn
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
clap ^4
normal
libc ^0.2
normal
ryra-vm ^0.3.0
normal
serde ^1
normal
tokio ^1
normal
toml ^0.8
normal
tempfile ^3
dev
Versions
50.65%
of the crate is documented
Go to latest version
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 executor
ryra_
test
0.3.0
Module executor
Module Items
Structs
Traits
In crate ryra_
test
ryra_test
Module
executor
Copy item path
Source
Structs
§
Local
Executor
Executes commands directly on the host machine.
VmExecutor
Executes commands inside a QEMU VM via SSH.
Traits
§
Executor
Abstraction over where commands run — VM (SSH) or local host.