myc-core 8.3.0+beta

Provide base features of the Mycelium project as s and Use-cases.
Documentation
1
2
3
4
5
6
7
8
9
mod guest_role_deletion;
mod guest_role_fetching;
mod guest_role_registration;
mod guest_role_updating;

pub use guest_role_deletion::GuestRoleDeletion;
pub use guest_role_fetching::GuestRoleFetching;
pub use guest_role_registration::GuestRoleRegistration;
pub use guest_role_updating::GuestRoleUpdating;