kustos_shared/
lib.rs

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

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

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