Crate parsely_impl

Source

Modules§

anyhow
error
nsw_types
parsely_read
parsely_write

Macros§

impl_stateless_sync

Structs§

BigEndian
BitCursor
Bits
A cheaply cloneable chunk of contiugous memory, built on top of [bytes::Bytes] but providing bit-level operations.
BitsMut
LittleEndian
ParselyCommonFieldData
ParselyReadData
ParselyReadFieldData
ParselyWriteData
ParselyWriteFieldData

Traits§

BitBuf
BitBufExts
BitBufMut
BitBufMutExts
BitRead
The BitRead trait allows for reading bits from a source.
BitWrite
A trait for objects which are bit-oriented sinks.
ByteOrder
This trait defines operations to load and store integral values from a buffer, and enables implementing them in different ways for the different byte orders (Big Endian and Little Endian).

Type Aliases§

NetworkOrder