workbench 0.0.1

Accessibility projection for Mere's workbench: the node-tiling surface that lives inside one pane.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # 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!("CARGO_PKG_VERSION");

/// Lifecycle stage marker.
pub const STAGE: &str = "pre-alpha";