1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2

pub mod access;
pub mod error;
pub mod resource;
pub mod subject;

#[cfg(feature = "internal")]
pub mod internal;