Files
gdriver2/gdriver-common/src/ipc.rs
OMGeeky 1f8105943c Initial prototype
This prototype has basic IPC working, with starting actions and waiting for actions or just getting information
2024-01-31 15:38:52 +01:00

4 lines
78 B
Rust

use serde::{Deserialize, Serialize};
pub mod gdriver_service;
pub mod sample;