1
 2
 3
 4
 5
 6
 7
 8
 9
10
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! A crate that contains all types and features required to compute and maintain the ledger state.

#![deny(missing_docs)]

pub mod types;
#[cfg(feature = "workers")]
pub mod workers;