opentalk-types-common 0.42.0

Common types and traits for OpenTalk crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2

//! Helpful utilities used in this crate, but also useful outside of it.

#[cfg(feature = "serde")]
pub mod comma_separated;
#[cfg(feature = "serde")]
pub mod duration_seconds;
#[cfg(feature = "serde")]
pub mod duration_seconds_option;

mod example_data;

pub use example_data::ExampleData;