1// Copyright 2020-2021 IOTA Stiftung 2// SPDX-License-Identifier: Apache-2.0 3 4//! A crate that provides types and workers enabling the IOTA protocol. 5 6#![deny(missing_docs, warnings)] 7 8pub mod types;