max / makenotwork
| 1 | //! sando-daemon as a library. |
| 2 | //! |
| 3 | //! Exposes every module so the `sandod` binary (in `src/main.rs`) and |
| 4 | //! the `sando` TUI (in `../tui`) can share wire-facing types — events, |
| 5 | //! outcomes, domain newtypes — by import rather than duplication. |
| 6 | //! |
| 7 | //! External consumers should only need `domain`, `outcome`, and `events`; |
| 8 | //! the rest are exposed because the bin re-uses them via this crate. |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 | |
| 28 |