diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-15 18:19:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-15 18:19:59 +0800 |
| commit | cc9bf0e13d75b9938b67da5df8135369374dc36d (patch) | |
| tree | 37cb07d05ddfdfe7333de59e41d08c83351c92e3 /systems/sheet/src/index_source.rs | |
| parent | d942ec50ff68f36c2641becdd6f32a95ab3f4325 (diff) | |
Add ID mapping system for local/remote index source conversion
Diffstat (limited to 'systems/sheet/src/index_source.rs')
| -rw-r--r-- | systems/sheet/src/index_source.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/sheet/src/index_source.rs b/systems/sheet/src/index_source.rs index e322670..43508f2 100644 --- a/systems/sheet/src/index_source.rs +++ b/systems/sheet/src/index_source.rs @@ -1,5 +1,8 @@ use serde::{Deserialize, Serialize}; +pub mod alias; +pub mod error; + /// IndexSource /// Points to a unique resource address in Vault #[derive(Debug, Clone, Copy, Serialize, Deserialize)] |
