Crate rcfe
Source - 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.
- DefaultTxn
- DeleteOptions
- Options for deleting keys in the key-value store
- DeleteOptionsBuilder
- Builder for DeleteOptions
- GetOptions
- Options for Get operations
- GetOptionsBuilder
- Builder for GetOptions
- PutOptions
- PutOptionsBuilder
- Error
- Core error type for rcfe-core crate
- SortOrder
- Client
- Client trait defining the interface for a client.
Implementors must provide methods to retrieve client options and a 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.
- Txn