Docs.rs
easyfix-session-0.11.0
easyfix-session 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ldanko
Dependencies
async-stream ^0.3.6
normal
bytes ^1.6
normal
chrono ^0.4.38
normal
easyfix-messages ^0.6.4
normal
futures ^0.3
normal
futures-core ^0.3.31
normal
futures-util ^0.3.26
normal
pin-project ^1.1
normal
serde ^1.0
normal
thiserror ^2.0
normal
tokio ^1.38
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
dev
Versions
23.78%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
input_stream
easyfix_
session
0.11.0
In easyfix_
session::
io
easyfix_session
::
io
Function
input_
stream
Copy item path
Source
pub fn input_stream<S>(source: S) ->
InputStream
<S>
where S:
AsyncRead
+
Unpin
,