Crate rcfe

Crate rcfe 

Source

Structs§

ByteSequence
A struct representing a sequence of bytes. It provides methods to create an empty sequence and compute the next lexicographical sequence.
ClientOptions
Client options for configuring the RCFE client.
DefaultClient
DefaultClientFactory
A default implementation of the ClientFactory trait for creating DefaultClient instances.

Enums§

Error
Core error type for rcfe-core crate

Traits§

Client
Client defines the interface for interacting with the etcd server. It provides methods to access various service clients, such as the key-value client.
ClientFactory
A factory trait for creating clients with specified options. This trait is asynchronous and can be implemented for different client types.
KVClient
KVClient defines the interface for interacting with the key-value store. It provides methods to perform range queries with various options.