Docs.rs
  • connection-utils-0.8.0
    • connection-utils 0.8.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • legomushroom
    • Dependencies
      • anyhow ^1 normal
      • async-trait ^0.1 normal
      • bytes ^1 normal
      • cs-trace ^0.12 normal
      • cs-utils ^0.21 normal
      • futures ^0.3 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • tokio-util ^0.7 normal
      • bytes ^1 dev
      • criterion ^0.3.0 dev
      • rstest ^0.15.0 dev
      • tokio ^1 dev
    • Versions
    • 27.08% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

connection_utils0.8.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • DuplexStream
  • TransportChannel
  • TransportConnection
  • codecs::GenericCodec
  • codecs::GenericLinesCodec
  • mocks::ChannelMock
  • mocks::ChannelMockOptions
  • test::TestOptions

Enums

  • test::TestStreamMessage

Traits

  • Channel
  • Connected
  • Disconnected

Functions

  • channel_into_framed_stream
  • create_framed_stream
  • divide_channel
  • divide_into_framed_streams
  • divide_stream
  • mocks::channel_mock_pair
  • test::create_debug_string
  • test::test_async_stream
  • test::test_async_stream_pinned
  • test::test_framed_stream
  • test::test_stream

Type Aliases

  • TDataReader
  • TDataWriter
  • TOnRemoteChannelReader
  • types::TFramedAsyncDuplex
  • types::TFramedChannel