generated from erix/meta
lib-driver provides typed client helpers for driver control IPC.
- Rust 100%
| .github | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| ARCHITECTURE.md | ||
| Cargo.toml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| ROADMAP.md | ||
| rustfmt.toml | ||
| SECURITY.md | ||
lib-driver
lib-driver provides typed client helpers for driver control IPC.
It is used by services that need to send start/stop commands to driver endpoints with strict request/response validation.
Responsibilities
- Build and send typed
startandstoprequests. - Parse and validate typed driver responses.
- Enforce request/response ID and op-id matching.
- Keep transport integration callback-based and runtime-agnostic.
API surface
start(...)stop(...)DriverTransportResultError/Result
Design notes
no_std- no unsafe code
- deterministic validation failures
Build and test
cargo build --all-targets --all-features
cargo test --all-targets --all-features
cargo clippy --all-targets --all-features -- -D warnings
License
ISC.