libcoap-rs 0.2.2

An idiomatic wrapper around the libcoap CoAP library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: BSD-2-Clause
/*
 * transport/dtls.rs - transport-specific code for TCP.
 * This file is part of the libcoap-rs crate, see the README and LICENSE files for
 * more information and terms of use.
 * Copyright © 2021-2023 The NAMIB Project Developers, all rights reserved.
 * See the README as well as the LICENSE file for more information.
 */

/// TODO
#[allow(dead_code)]
#[cfg(feature = "tcp")]
pub struct CoapTcpEndpoint {}