Skip to main content

cloudillo_types/
prelude.rs

1// SPDX-FileCopyrightText: Szilárd Hajba
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4pub use crate::error::{ClResult, Error};
5pub use crate::types::{Patch, TagInfo, Timestamp, TnId};
6
7pub use tracing::{debug, debug_span, error, error_span, info, info_span, warn, warn_span};
8
9// vim: ts=4