//! Core types and configuration for whisp.
//!
//! This crate provides platform-agnostic types that can be used across
//! all whisp sub-crates.
pub use ;
pub use ;
pub use MicState;
/// Application name
pub const APP_NAME: &str = "whisp";
/// Pretty application name for display
pub const APP_NAME_PRETTY: &str = "Whisp";
/// Default log level
pub const DEFAULT_LOG_LEVEL: &str = "info";