// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! Contains traits and implementations to provide and score Proof of Work.
//! TIP <https://github.com/iotaledger/tips/blob/main/tips/TIP-0012/tip-0012.md>.
#![cfg_attr(doc_cfg,feature(doc_cfg))]#![warn(missing_docs)]pubmodproviders;pubmodscore;