1// Copyright 2020-2022 IOTA Stiftung 2// SPDX-License-Identifier: Apache-2.0 3 4//! Bee REST API 5 6// #![deny(missing_docs, warnings)] 7 8#![cfg_attr(doc_cfg, feature(doc_cfg))] 9 10pub mod body; 11pub mod dtos; 12pub mod error; 13pub mod responses;