spyglass-plugin 0.1.0

A small client-side library for writing spyglass plugins
Documentation
1
2
3
4
5
6
7
pub mod env {
    pub const HOST_NAME: &str = "HOST_NAME";
    pub const HOST_OS: &str = "HOST_OS";
    pub const HOST_HOME_DIR: &str = "HOME_DIR";
    pub const BASE_CONFIG_DIR: &str = "BASE_CONFIG_DIR";
    pub const BASE_DATA_DIR: &str = "BASE_DATA_DIR";
}