1 2 3 4 5 6 7 8 9 10 11
//! Various metadata tables in the database pub(crate) mod tags; pub(crate) mod users; // /// A metadata wrapper // pub(crate) struct Meta { // users: users::UserTable, // zones: zones::ZoneTable, // tags: tags::TagTable, // }