Docs.rs
  • mysql-proxy-0.1.6
    • mysql-proxy 0.1.6
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • Dependencies
      • futures ^0.1.1
      • byteorder ^0.5.3
      • log ^0.3
      • env_logger ^0.3
      • tokio-core ^0.1.0
      • curl ^0.3
    • Versions
  • Go to latest version
  • Platform
    • i686-apple-darwin
    • i686-pc-windows-gnu
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-gnu
    • 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

Crates

  • mysql_proxy

Crate mysql_proxy [−] [src]

[−] Expand description

An extensible MySQL Proxy Server based on tokio-core

Structs

Packet

A packet is just a wrapper for a Vec

Pipe

Enums

Action

Handlers return a variant of this enum to indicate how the proxy should handle the packet.

PacketType

Traits

PacketHandler

Packet handlers need to implement this trait

Results for PacketHandler

mysql_proxy::PacketHandlerPacket handlers need to implement this trait 

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
⇤
Move up in search results
⇥
Move down in search results
⏎
Go to active search result
+
Collapse/expand all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g. fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g. vec -> usize or * -> vec)