keepty-protocol 0.1.0

Wire protocol for keepty — persistent PTY broker. Frame encoding/decoding, roles, message types. Zero external dependencies.
Documentation
  • Coverage
  • 65%
    26 out of 40 items documented0 out of 19 items with examples
  • Size
  • Source code size: 16.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • BorjaGM1/keepty
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BorjaGM1

keepty wire protocol

Length-prefixed binary frames over Unix sockets. Frame: [u32 len (BE)][u8 version][u8 kind][payload...]

Zero external dependencies — implement a client in any language by following this specification.