//! Utilities for Zebra development, not for library or application users. //! //! Currently this consists only of the zebra-checkpoints binary. #![doc(html_favicon_url = "https://www.zfnd.org/images/zebra-favicon-128.png")] #![doc(html_logo_url = "https://www.zfnd.org/images/zebra-icon.png")] #![doc(html_root_url = "https://doc.zebra.zfnd.org/zebra_utils")] // Standard lints #![warn(missing_docs)] #![allow(clippy::try_err)] #![deny(clippy::await_holding_lock)] #![deny(rust_2021_compatibility)] #![forbid(unsafe_code)]