Completely refactor project structure
parent: tbd commit: ae8ff44
1 | use Version; |
2 | use ; |
3 | |
4 | use crate Instance; |
5 | |
6 | /// Sent by the initiator of a new inter-daemon connection. |
7 | |
8 | |
9 | pub version: Version, |
10 | |
11 | |
12 | /// Sent in response to [`InitiateHandshake`] |
13 | |
14 | |
15 | pub identity: Instance, |
16 | pub version: Version, |
17 | |
18 | |
19 | |
20 | |
21 | pub success: bool, |
22 | |
23 |