Docs.rs
  • channels-io-0.3.0
    • channels-io 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • threadexio
    • Dependencies
      • channels-macros =0.1.0 normal
      • core2 ^0.4 normal optional
      • embedded-io ^0.6 normal optional
      • futures ^0.3 normal optional
      • pin-project ^1.0 normal
      • smol ^2 normal optional
      • tokio ^1 normal optional
      • async-std ^1 dev
      • futures ^0.3 dev
      • tokio ^1 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
    • 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

channels_io0.3.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • Core2
  • EmbeddedIo
  • Futures
  • Native
  • NativeAsync
  • Smol
  • Std
  • Tokio
  • buf::Chain
  • buf::Cursor
  • buf::Limit
  • buf::Reader
  • buf::Take
  • buf::Writer
  • framed::FramedRead
  • framed::FramedWrite
  • sink::Feed
  • sink::Flush
  • sink::Ready
  • sink::Send
  • source::Next
  • transaction::Buffered
  • transaction::Unbuffered

Enums

  • buf::ReaderError
  • buf::WriterError
  • framed::FramedReadError
  • framed::FramedWriteError
  • transaction::WriteTransactionKind
  • transaction::WriteTransactionVariant

Traits

  • AsyncRead
  • AsyncReadExt
  • AsyncWrite
  • AsyncWriteExt
  • Container
  • IntoRead
  • IntoWrite
  • Read
  • ReadExt
  • Write
  • WriteExt
  • buf::Buf
  • buf::BufMut
  • error::IoError
  • error::ReadError
  • error::WriteError
  • framed::Decoder
  • framed::Encoder
  • sink::AsyncSink
  • sink::AsyncSinkExt
  • sink::Sink
  • sink::SinkExt
  • source::AsyncSource
  • source::AsyncSourceExt
  • source::Source
  • source::SourceExt
  • transaction::AsyncWriteTransaction
  • transaction::WriteTransaction