styx2000.lowlevel

Low-level operation with various objects.

Modules

endianness
module styx2000.lowlevel.endianness

Module for manipulating bytes in constructing and deconstructing various byte orders.

vls
module styx2000.lowlevel.vls

The module provides tools for assembling and disassembling variable-length byte sequences that are found in different messages in the 9P / Styx protocol.

Public Imports

styx2000.lowlevel.endianness
public import styx2000.lowlevel.endianness;

Manipulating with bytes in different endianness

styx2000.lowlevel.vls
public import styx2000.lowlevel.vls;

Working with variable-length fields in 9P / Styx

Meta

Authors

Oleg Bakharev, Ilya Pertsev