Docs.rs
  • mysql-connector-0.0.1
    • mysql-connector 0.0.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • untbu
    • github:riseupgroup:owners
    • Dependencies
      • bitflags ^2.5.0 normal
      • btoi ^0.4.3 normal
      • bytes ^1.6.0 normal
      • chrono ^0.4.38 normal
      • crossbeam ^0.8.4 normal
      • hex ^0.4.3 normal
      • lazy_static ^1.4.0 normal
      • mysql-connector-macros ^0.0.1 normal
      • paste ^1.0.15 normal
      • serde ^1.0.203 normal optional
      • sha1 ^0.10.6 normal
      • tokio ^1.38.0 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

mysql_connector0.0.1

  • Macros
  • Structs
  • Enums
  • Traits

List of all items

Structs

  • TcpStream
  • connection::Connection
  • connection::ConnectionData
  • connection::ConnectionOptions
  • connection::PreparedStatement
  • connection::ResultSet
  • migrator::MigrationList
  • migrator::Migrator
  • migrator::Version
  • model::NamedValue
  • model::UpdateModel
  • pool::AsyncPool
  • pool::PoolItem
  • pool::PoolTake
  • pool::SyncPool
  • pool::VecPoolCtx
  • types::Column
  • types::Hex
  • types::IdentifierEscape
  • types::StringEscape
  • types::UnquotedIdentifierEscape

Enums

  • error::Error
  • error::InvalidFlags
  • error::ParseError
  • error::ProtocolError
  • error::RuntimeError
  • error::SerializeError
  • model::ActiveValue
  • types::AuthPlugin
  • types::Value
  • types::ValueType

Traits

  • connection::Socket
  • migrator::Migration
  • model::ActiveModel
  • model::FromQueryResult
  • model::FromQueryResultMapping
  • model::HasActiveModel
  • model::Model
  • model::ModelData
  • pool::AsyncPoolContent
  • pool::SyncPoolContent
  • types::SimpleValue

Macros

  • simple_migration