terrazzo-terminal 0.2.7

A simple web-based terminal emulator built on Terrazzo.
1
2
3
4
5
6
7
8
9
#![cfg(feature = "text-editor")]
//! Backend implementation for the Notify service.

mod callback;
mod convert;
pub mod dispatch;
mod grpc;
mod request;
mod response;