Docs.rs
chord-core-0.1.21
chord-core 0.1.21
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bit-ranger
Dependencies
async-trait ^0.1.58
normal
chrono ^0.4.19
normal
itertools ^0.10.5
normal
lazy_static ^1.4.0
normal
regex ^1.7.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.21
normal
openssl ^0.10
normal
Versions
0%
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
Module process
chord_
core
0.1.21
Module process
Module Items
Structs
In chord_
core::
future
chord_core
::
future
Module
process
Copy item path
Source
Structs
ยง
Child
Representation of a child process spawned onto an event loop.
Child
Stderr
The standard error stream for spawned children.
Child
Stdin
The standard input stream for spawned children.
Child
Stdout
The standard output stream for spawned children.
Command
This structure mimics the API of
std::process::Command
found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are
spawn
,
status
, and
output
.