iceoryx2 0.7.0

iceoryx2: Lock-Free Zero-Copy Interprocess Communication
Documentation
// Copyright (c) 2023 Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
//
// This program and the accompanying materials are made available under the
// terms of the Apache Software License 2.0 which is available at
// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
// which is available at https://opensource.org/licenses/MIT.
//
// SPDX-License-Identifier: Apache-2.0 OR MIT

pub const MAX_SERVICE_NAME_LENGTH: usize = 255;

pub const MAX_ATTRIBUTES: usize = 8;
pub const MAX_ATTRIBUTE_KEY_LENGTH: usize = 64;
pub const MAX_ATTRIBUTE_VALUE_LENGTH: usize = 256;
pub const MAX_NODE_NAME_LENGTH: usize = 128;
pub const MAX_TYPE_NAME_LENGTH: usize = 256;