libits-client 3.1.0

library to connect on an ITS MQTT server
Documentation
/*
 * Software Name : libits-client
 * SPDX-FileCopyrightText: Copyright (c) Orange SA
 * SPDX-License-Identifier: MIT
 *
 * This software is distributed under the MIT license,
 * see the "LICENSE.txt" file for more details or https://opensource.org/license/MIT/
 *
 * Authors: see CONTRIBUTORS.md
 */

/// Structures, functions and traits in this mod are made to create applications that analyze
/// messages to either send new messages (e.g. creating DENM on odd behaviour from CAMs)
/// or to create/store data (e.g. counting pedestrian, vehicles, etc. in a specific area)
#[cfg(feature = "mobility")]
pub mod application;
pub mod bootstrap;
pub mod configuration;
pub mod logger;