List of all items
Structs
- client::Connection
- client::config::Config
- codec::Ack
- codec::Err
- codec::Export
- codec::Get
- codec::Handshake
- codec::Import
- codec::KeyValuePair
- codec::PGet
- codec::PState
- codec::PSubscribe
- codec::ProtocolVersion
- codec::Set
- codec::State
- codec::Subscribe
- codec::Unsubscribe
Enums
- codec::ClientMessage
- codec::ServerMessage
- error::ConfigError
- error::ConnectionError
- error::DecodeError
- error::EncodeError
- error::WorterbuchError
Traits
Macros
Functions
- client::tcp::connect
- client::tcp::connect_with_default_config
- client::ws::connect
- codec::blocking::read_client_message
- codec::blocking::read_server_message
- codec::encode_ack_message
- codec::encode_err_message
- codec::encode_export_message
- codec::encode_get_message
- codec::encode_handshake_message
- codec::encode_import_message
- codec::encode_message
- codec::encode_pget_message
- codec::encode_pstate_message
- codec::encode_psubscribe_message
- codec::encode_set_message
- codec::encode_state_message
- codec::encode_subscribe_message
- codec::encode_unsubscribe_message
- codec::read_client_message
- codec::read_server_message
Type Aliases
- codec::ErrorCode
- codec::Key
- codec::KeyLength
- codec::KeyValuePairs
- codec::MessageType
- codec::MetaData
- codec::MetaDataLength
- codec::MultiWildcard
- codec::NumKeyValuePairs
- codec::NumProtocolVersions
- codec::Path
- codec::PathLength
- codec::ProtocolVersionSegment
- codec::ProtocolVersions
- codec::RequestPattern
- codec::RequestPatternLength
- codec::Separator
- codec::TransactionId
- codec::Value
- codec::ValueLength
- codec::Wildcard
- error::ConfigResult
- error::ConnectionResult
- error::DecodeResult
- error::EncodeResult
- error::WorterbuchResult
Constants
- codec::ACK
- codec::ERR
- codec::ERROR_CODE_BYTES
- codec::EXP
- codec::GET
- codec::HSHK
- codec::ILLEGAL_MULTI_WILDCARD
- codec::ILLEGAL_WILDCARD
- codec::IMP
- codec::IO_ERROR
- codec::KEY_LENGTH_BYTES
- codec::METADATA_LENGTH_BYTES
- codec::MULTI_WILDCARD_AT_ILLEGAL_POSITION
- codec::MULTI_WILDCARD_BYTES
- codec::NOT_SUBSCRIBED
- codec::NO_SUCH_VALUE
- codec::NUM_KEY_VALUE_PAIRS_BYTES
- codec::NUM_PROTOCOL_VERSION_BYTES
- codec::OTHER
- codec::PATH_LENGTH_BYTES
- codec::PGET
- codec::PROTOCOL_VERSION_SEGMENT_BYTES
- codec::PSTA
- codec::PSUB
- codec::REQUEST_PATTERN_LENGTH_BYTES
- codec::SEPARATOR_BYTES
- codec::SERDE_ERROR
- codec::SET
- codec::STA
- codec::SUB
- codec::TRANSACTION_ID_BYTES
- codec::UNIQUE_FLAG_BYTES
- codec::USUB
- codec::VALUE_LENGTH_BYTES
- codec::WILDCARD_BYTES