arcbox-constants 0.1.5

Shared protocol and runtime constants for ArcBox
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Internal ArcBox host share tag.
pub const TAG_ARCBOX: &str = "arcbox";

/// Host `/Users` share tag.
pub const TAG_USERS: &str = "users";

/// Guest mountpoint for the internal ArcBox share.
pub const MOUNT_ARCBOX: &str = "/arcbox";

/// Guest mountpoint for the host `/Users` share.
pub const MOUNT_USERS: &str = "/Users";