Skip to main content

MECHA10_DIR

Constant MECHA10_DIR 

Source
pub const MECHA10_DIR: &'static str;
Expand description

Base mecha10 directory in user home.

Re-exports mecha10_core::fs_utils::MECHA10_DIR, the single source of truth for this literal shared with launcher-service (which can’t depend on this crate - see that constant’s doc comment) - kept as a mecha10-cli-core-local constant (rather than requiring callers to reach into mecha10-core directly) so existing callers of paths::user::MECHA10_DIR don’t need to change (LAB-1999).