opentalk-types-common 0.38.0

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

#[test]
fn example() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/feature_id/parse_invalid_empty_str.rs");
    t.compile_fail("tests/feature_id/parse_invalid_characters_str.rs");
    t.pass("tests/feature_id/parse_valid.rs");
}