Module for decoding raw bytes to messages of the 9P / Styx protocol.
Module for encoding objects of the 9P / Styx protocol into raw bytes.
Module for various type representation and conversions between types. Mainly for service use, however, the module contains two useful helpers for working with messages and their objects: fromStyxObject and toStyxObject. The module is not automatically connected with the import of the protoconst package, so manual connection is required to use it.
Module for various 9P / Styx objects checks. For internal use only.
Decode 9P / Styx message from raw bytes
Encode 9P / Styx message to raw bytes
Module for working with messages of the 9P / Styx protocol and various objects in them.