Docs.rs
  • tarpc-lib-0.7.0
    • tarpc-lib 0.7.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tikue
    • Dependencies
      • fnv ^1.0 normal
      • futures-preview ^0.3.0-alpha.18 normal
      • humantime ^1.0 normal
      • log ^0.4 normal
      • pin-utils ^0.1.0-alpha.4 normal
      • rand ^0.7 normal
      • serde ^1.0 normal optional
      • tokio ^0.2.0-alpha.4 normal optional
      • tokio-timer ^0.3.0-alpha.4 normal
      • tarpc-trace ^0.3 normal
      • assert_matches ^1.0 dev
      • env_logger ^0.6 dev
      • futures-test-preview ^0.3.0-alpha.18 dev
    • Versions
    • 100% of the crate is documented
  • 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

tarpc_lib0.7.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Trait Aliases

List of all items

Structs

  • Request
  • Response
  • ServerError
  • client::Config
  • client::MapResponse
  • client::NewClient
  • client::WithRequest
  • client::channel::Call
  • client::channel::Channel
  • client::channel::RequestDispatch
  • context::Context
  • server::BaseChannel
  • server::ChannelFilter
  • server::ClientHandler
  • server::Config
  • server::RequestHandler
  • server::Server
  • server::Throttler
  • server::ThrottlerStream
  • transport::channel::UnboundedChannel

Enums

  • ClientMessage

Traits

  • client::Client
  • server::Channel
  • server::Handler
  • server::Serve

Functions

  • client::channel::new
  • context::current
  • server::new
  • transport::channel::unbounded

Trait Aliases

  • transport::Transport