Docs.rs
ctf-pwn-0.3.8
ctf-pwn 0.3.8
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
JPaja
Dependencies
ascii ^1.1.0
normal
crossterm ^0.27.0
normal
elf ^0.7.4
normal
hex ^0.4.3
normal
kmp ^0.1.1
normal
log ^0.4.20
normal
paste ^1.0.14
normal
pin-project-lite ^0.2.13
normal
pin-utils ^0.1.0
normal
regex ^1.10.2
normal
thiserror ^1.0.50
normal
tokio ^1.34.0
normal
Versions
4.86%
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
ctf_pwn
0.3.8
TcpPipe
Aliased Type
Methods
connect
Trait Implementations
From<TcpStream>
In ctf_
pwn::
io
ctf_pwn
::
io
Type Alias
TcpPipe
Copy item path
Source
pub type TcpPipe =
Pipe
<
OwnedReadHalf
,
OwnedWriteHalf
>;
Aliased Type
§
struct TcpPipe {
/* private fields */
}
Implementations
§
Source
§
impl
TcpPipe
Source
pub async fn
connect
<A:
ToSocketAddrs
>(addr: A) ->
Result
<
TcpPipe
>
Trait Implementations
§
Source
§
impl
From
<
TcpStream
> for
TcpPipe
Source
§
fn
from
(value:
TcpStream
) -> Self
Converts to this type from the input type.