Docs.rs
  • ksqldb-0.1.0-alpha.6
    • ksqldb 0.1.0-alpha.6
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • naamancurtis
    • Dependencies
      • bytes ^1.0 normal
      • chrono ^0.4 normal
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • lazy_static ^1.4 normal optional
      • pin-project-lite ^0.2.4 normal optional
      • regex ^1.4.3 normal optional
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tracing ^0.1 normal optional
      • tracing-futures ^0.2 normal optional
      • tokio ^1.2.0 dev
    • Versions
    • 27.27% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ksqldb0.1.0-alpha.6

Crate Items

  • Structs
  • Enums
  • Type Aliases

List of all items

Structs

  • KsqlDB
  • error::KsqlDBError
  • types::CommandStatus
  • types::CreateResponse
  • types::DescribeResponse
  • types::Description
  • types::DropResponse
  • types::ExplainResponse
  • types::Explanation
  • types::Field
  • types::ListQueriesResponse
  • types::ListStreamsResponse
  • types::ListTablesResponse
  • types::Properties
  • types::Property
  • types::Query
  • types::RequestInfo
  • types::Schema
  • types::Stream
  • types::Table
  • types::TerminateResponse
  • types::Warning

Enums

  • error::Error
  • types::CommandState
  • types::Entity
  • types::FieldType
  • types::Format
  • types::StreamProperties

Type Aliases

  • Result