mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2025-12-30 16:33:26 +01:00
This prototype has basic IPC working, with starting actions and waiting for actions or just getting information
4 lines
78 B
Rust
4 lines
78 B
Rust
use serde::{Deserialize, Serialize};
|
|
pub mod gdriver_service;
|
|
pub mod sample;
|