Docs.rs
jetkvm_control-0.2.0
jetkvm_control 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
davehorner
Dependencies
anyhow ^1.0.95
normal
base64 ^0.22.1
normal
clap ^4.5.31
normal
dialoguer ^0.11.0
normal
hex ^0.4.3
normal
optional
hmac ^0.12.1
normal
optional
lazy_static ^1.5.0
normal
mlua ^0.10.1
normal
optional
rand ^0.9.0
normal
optional
rcgen ^0.13.2
normal
optional
reqwest ^0.12.12
normal
rustls ^0.23.23
normal
optional
rustls-pemfile ^2.2.0
normal
optional
serde ^1.0.217
normal
serde_json ^1.0.138
normal
sha2 ^0.10.8
normal
optional
tokio ^1.43.0
normal
tokio-rustls ^0.26.2
normal
optional
toml ^0.8.20
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
webrtc ^0.12.0
normal
windows ^0.60.0
normal
regex ^1.11.1
dev
Versions
47.73%
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
Module lua_engine
jetkvm_
control
0.2.0
Module lua_
engine
Module Items
Structs
In crate jetkvm_
control
jetkvm_control
Module
lua_
engine
Copy item path
Source
Structs
ยง
LuaEngine
LuaEngine encapsulates an mlua::Lua instance and a shared RPC client. It registers built-in functions (such as keyboard and mouse functions) so that Lua scripts can trigger RPC calls.