//! Explicit platform integration traits for Brynja.
//!
//! This package is a compile-time boundary established by Brynja 0.1.0.
//! Protocol or cryptographic functionality is not implemented yet.
/// Whether this package provides its planned implementation.
///
/// The foundation release intentionally reports `false`.
pub const IMPLEMENTED: bool = false;