hotshot/
documentation.rs

1// Copyright (c) 2021-2024 Espresso Systems (espressosys.com)
2// This file is part of the HotShot repository.
3
4// You should have received a copy of the MIT License
5// along with the HotShot repository. If not, see <https://mit-license.org/>.
6
7// This is prosaic documentation, we don't need clippy
8#![allow(
9    clippy::all,
10    clippy::pedantic,
11    missing_docs,
12    clippy::missing_docs_in_private_items,
13    non_camel_case_types
14)]