max / makenotwork
| 1 | //! SyncKit: device registration, change log, blob storage, and encryption key |
| 2 | //! management. |
| 3 | //! |
| 4 | //! Split by domain into submodules; all functions are re-exported flat so |
| 5 | //! call sites keep using `db::synckit::<fn_name>(...)`. |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | pub use *; |
| 16 | pub use *; |
| 17 | pub use *; |
| 18 | pub use *; |
| 19 | pub use *; |
| 20 | pub use *; |
| 21 | pub use *; |
| 22 |