// SPDX-License-Identifier: GPL-3.0
//! # Description
//!
//! This crate offers several functionalities (not necessarily related to each other).
//! Please refer to the specific documentation for each part of the crate to learn more about it.
//!
//! # Features
//!
//! The crate splits is functionalities into several features, allowing to compile only the
//! parts that are needed.
pub use Error;