Module refactor part 2

This commit is contained in:
Nadja Reitzenstein 2022-03-08 18:52:49 +01:00
parent 10e4ff080c
commit e643a50f4d
6 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,3 @@
pub mod db;

View File

@ -36,12 +36,6 @@ pub use hash::{
mod fix;
pub use fix::LMDBorrow;
mod resources;
pub use resources::ResourceDB;
mod pass;
pub use pass::PassDB;
use lmdb::Error;
use rkyv::Deserialize;
use rkyv::ser::serializers::AlignedSerializer;

View File

@ -18,6 +18,7 @@ pub mod error;
pub mod permissions;
pub mod users;
pub mod authentication;
/// Resources
pub mod resource;

View File

@ -10,6 +10,7 @@ use state::db::StateAccessor;
pub mod state;
pub mod claim;
pub mod db;
/// A resource in BFFH has to contain several different parts;