reactive_graph/client/repl/
chars.rs

1pub(crate) const CHAR_PROMPT: &str = "💻";
2pub(crate) const CHAR_ENTER: &str = " ⏎";
3pub(crate) const CHAR_SUGGESTION: &str = "➜";
4pub(crate) const CHAR_ERROR: &str = "❌";
5pub(crate) const CHAR_SUCCESS: &str = "✅";