This commit is contained in:
2020-10-27 01:41:50 +01:00
parent c709ca2166
commit 11aa131186
16 changed files with 2706 additions and 5 deletions

View File

@ -0,0 +1,6 @@
pub mod global {
pub mod schema_version {
pub const K: &str = "SCHEMA_VERSION";
pub type V = (u32, u32, u32);
}
}