Preview of the proposed up-rust native-frame-model branch (up-rust b6b99c6d, up-spec f0e9b17) — not released documentation. branch · write-up

up_rust/
core.rs

1/********************************************************************************
2 * Copyright (c) 2024 Contributors to the Eclipse Foundation
3 *
4 * See the NOTICE file(s) distributed with this work for additional
5 * information regarding copyright ownership.
6 *
7 * This program and the accompanying materials are made available under the
8 * terms of the Apache License Version 2.0 which is available at
9 * https://www.apache.org/licenses/LICENSE-2.0
10 *
11 * SPDX-License-Identifier: Apache-2.0
12 ********************************************************************************/
13/*!
14Default client implementations for interacting with [uProtocol's Core entities](https://github.com/eclipse-uprotocol/up-spec/tree/v1.6.0-alpha.7/up-l3#2-core-uprotocol-uentities).
15*/
16
17#[cfg(feature = "udiscovery")]
18/// Client API for the uDiscovery core service.
19pub mod udiscovery;
20#[cfg(feature = "usubscription")]
21/// Client API for the uSubscription core service.
22pub mod usubscription;