Expand description
§Lib Graphical Shell (libgsh)
This library provides a framework for creating graphical shell applications using Rust. It includes support for both synchronous and asynchronous services, as well as TLS support using Rustls. It also provides a simple server implementation for handling client connections and managing the application service.
Re-exports§
pub use async_trait;pub use rcgen;pub use rsa;pub use sha2;pub use tokio;pub use tokio_rustls;pub use zstd;