//! # workbench
//!
//! Projects the workbench (Mere's node-tiling surface, which lives inside a single pane) into an accessibility subtree.
//!
//! **Name reservation.** This is a placeholder release. The implementation
//! lives in the repository linked from this crate's metadata and publishes
//! here once its dependency chain resolves from crates.io.
/// Crate version.
pub const VERSION: &str = env!;
/// Lifecycle stage marker.
pub const STAGE: &str = "pre-alpha";