iceoryx2_cal_conformance_tests/lib.rs
1// Copyright (c) 2025 Contributors to the Eclipse Foundation
2//
3// See the NOTICE file(s) distributed with this work for additional
4// information regarding copyright ownership.
5//
6// This program and the accompanying materials are made available under the
7// terms of the Apache Software License 2.0 which is available at
8// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
9// which is available at https://opensource.org/licenses/MIT.
10//
11// SPDX-License-Identifier: Apache-2.0 OR MIT
12
13pub mod arc_sync_policy_trait;
14pub mod communication_channel_trait;
15pub mod dynamic_storage_trait;
16pub mod event_id_tracker_trait;
17pub mod event_signal_mechanism_trait;
18pub mod event_trait;
19pub mod monitoring_trait;
20pub mod reactor_trait;
21pub mod resizable_shared_memory_trait;
22pub mod serialize_trait;
23pub mod shared_memory_trait;
24pub mod shm_allocator_trait;
25pub mod static_storage_trait;
26pub mod zero_copy_connection_trait;