Docs.rs
  • mysql-binlog-connector-rust-0.1.1
    • mysql-binlog-connector-rust 0.1.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • qianyiwen2019
    • Dependencies
      • async-recursion ^1.0.2 normal
      • async-std ^1.12.0 normal
      • byteorder ^1.4.3 normal
      • dotenv ^0.15.0 normal
      • lazy_static ^1.4.0 normal
      • num_enum ^0.5.7 normal
      • openssl ^0.10.38 normal
      • serde ^1 normal
      • serde_json ^1.0.87 normal
      • serial_test ^1.0.0 normal
      • sha-1 ^0.10.0 normal
      • sha2 ^0.10.6 normal
      • thiserror ^1.0.44 normal
      • url ^2.3.1 normal
      • zstd ^0.12.4 normal
    • Versions
    • 0.51% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

mysql_binlog_connector_rust0.1.1

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • binlog_client::BinlogClient
  • binlog_parser::BinlogParser
  • binlog_stream::BinlogStream
  • column::json::json_binary::JsonBinary
  • column::json::json_string_formatter::JsonStringFormatter
  • command::auth_native_password_command::AuthNativePasswordCommand
  • command::auth_sha2_password_command::AuthSha2PasswordCommand
  • command::auth_sha2_rsa_password_command::AuthSha2RsaPasswordCommand
  • command::authenticator::Authenticator
  • command::command_util::CommandUtil
  • command::dump_binlog_command::DumpBinlogCommand
  • command::query_command::QueryCommand
  • event::delete_rows_event::DeleteRowsEvent
  • event::event_header::EventHeader
  • event::format_description_event::FormatDescriptionEvent
  • event::gtid_event::GtidEvent
  • event::previous_gtids_event::PreviousGtidsEvent
  • event::query_event::QueryEvent
  • event::rotate_event::RotateEvent
  • event::row_event::RowEvent
  • event::rows_query_event::RowsQueryEvent
  • event::table_map_event::TableMapEvent
  • event::transaction_payload_event::TransactionPayloadEvent
  • event::update_rows_event::UpdateRowsEvent
  • event::write_rows_event::WriteRowsEvent
  • event::xa_prepare_event::XaPrepareEvent
  • event::xid_event::XidEvent

Enums

  • binlog_error::BinlogError
  • column::column_type::ColumnType
  • column::column_value::ColumnValue
  • command::auth_plugin::AuthPlugin
  • command::command_type::CommandType
  • event::checksum_type::ChecksumType
  • event::event_data::EventData
  • event::event_type::EventType

Traits

  • column::json::json_formatter::JsonFormatter