Mitoxide Proto
Protocol definitions and codec for Mitoxide - a fast Rust library for remote execution and automation.
Features
- Efficient binary protocol with MessagePack
- Frame-based communication
- Request/response correlation
- Stream multiplexing support
- Zero-copy serialization where possible
Usage
This crate is primarily used internally by Mitoxide, but can be used standalone for custom protocol implementations.
use ;
// Create a request message
let request = ProcExec ;
let message = Request;
Documentation
License
This project is licensed under the MIT License.