opentalk-roomserver-types-timer 0.2.2

OpenTalk RoomServer Types Timer
Documentation
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 kind;
pub mod timer_command;
pub mod timer_config;

pub use kind::Kind;
pub use timer_config::TimerConfig;