ferros-protocol

Crates.ioferros-protocol
lib.rsferros-protocol
version0.0.0
created_at2025-11-13 20:32:21.345661+00
updated_at2025-11-13 20:32:21.345661+00
descriptionCommunication layer between Ferros debugger and frontend.
homepage
repositoryhttps://github.com/jamallyons/ferros
max_upload_size
id1931837
size2,670
Jamal (JamalLyons)

documentation

README

ferros-protocol

Communication layer between Ferros debugger and frontend.

Overview

ferros-protocol defines the structured communication protocol used between the Ferros debugger backend and frontend clients, enabling:

  • Remote debugging capabilities
  • Structured message passing
  • Protocol versioning for backward compatibility
  • Efficient serialization (JSON or binary formats)

Usage

Add ferros-protocol to your Cargo.toml:

[dependencies]
ferros-protocol = "0.0.0"

Features

  • Structured message definitions
  • Serialization support (JSON, MessagePack)
  • Protocol versioning
  • Remote debugging protocol

License

Licensed under the Apache License, Version 2.0. See the repository for details.

Commit count: 0

cargo fmt