rootcx-platform 0.11.2

RootCX platform utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bin;
pub mod bundle;
pub mod dirs;
pub mod env;
pub mod fs;
pub mod process;
pub mod service;
pub mod shell;

pub const DEFAULT_API_PORT: u16 = 9100;

#[derive(Debug, thiserror::Error)]
#[error("could not determine {0}")]
pub struct PlatformError(pub &'static str);