terrazzo-terminal 0.2.8

A simple web-based terminal emulator built on Terrazzo.
1
2
3
4
5
6
7
8
9
10
use nameth::nameth;

#[nameth]
#[derive(Debug, serde::Serialize, serde::Deserialize, PartialEq, Eq, Clone, Copy)]
pub enum PathSelector {
    #[cfg_attr(not(feature = "diagnostics"), serde(rename = "B"))]
    BasePath,
    #[cfg_attr(not(feature = "diagnostics"), serde(rename = "F"))]
    FilePath,
}