Re-exports§
pub use taos_query;
Modules§
- A runtime for writing reliable network applications without compromising speed.
Structs§
- A simple struct to represent a server address, with host:port or socket path.
- The error code.
- A minimal representation of all possible errors that can occur using the
IntoDeserializer
trait. - A DSN(Data Source Name) parser.
- The
Error
type, a wrapper around raw libtaos.so client errors or dynamic error types that could be integrated into anyhow::Error. - A
Field
represents the name and data type of one column or tag. - Raw data block format (B for bytes):
- The
Error
type, a wrapper around raw libtaos.so client errors or dynamic error types that could be integrated into anyhow::Error.
Enums§
- Error caused by pest DSN parser.
- The precision of a timestamp or a database.
- TDengine data type enumeration.
Traits§
- If one struct could be serialized/flattened to bytes array, we call it inlinable.
- The synchronous query trait for TDengine connection.
- A struct is
Connectable
when it can be build from aDsn
. - If one struct could be serialized/flattened to bytes array, we call it inlinable.
- Extract offset information.
- An
Iterator
blanket implementation that provides extra adaptors and methods. - A stream of values produced asynchronously.
- An extension trait for
Stream
s that provides a variety of convenient combinator functions. - Adapters specific to
Result
-returning streams