Expand description

Kubos Shell Protocol

This crate contains structures and functions used by the Kubos shell service and shell client to send and receive messages using the shell protocol.

Re-exports

pub use crate::error::ProtocolError;
pub use crate::messages::parse_message;
pub use crate::messages::Message as ShellMessage;

Modules

Shell protocol errors

Shell protocol messages

Structs

Structure to handle lifetime and communications with child process

Shell Service Protocol structure

Constants

Default chunk size used by shell protocol

Default port used by shell protocol