1/* src/lib.rs */ 2// SPDX-License-Identifier: MIT 3// Copyright (c) 2025 Canmi 4 5mod logs; 6 7pub use logs::{LogLevel, log, set_log_level};