Docs.rs
jupiter-rs-0.0.1
jupiter-rs 0.0.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
scireumskip
Dependencies
anyhow ^1.0.32
normal
arc-swap ^0.4.7
normal
bytes ^0.5.6
normal
encoding ^0.2.33
normal
lazy_static ^1.4.0
normal
linked-hash-map ^0.5.3
normal
log ^0.4.11
normal
memcmp ^0.0.6
normal
num-derive ^0.3.2
normal
num-traits ^0.2.12
normal
num_cpus ^1.13.0
normal
regex ^1
normal
simplelog ^0.8.0
normal
tokio ^0.2
normal
yaml-rust ^0.4.4
normal
criterion ^0.3
dev
itertools ^0.9.0
dev
redis ^0.17.0
dev
tokio-test ^0.2.1
dev
Versions
23.91%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
CommandResult
Trait Implementations
ResultExt
In jupiter_rs::commands
?
Type Definition
jupiter_rs
::
commands
::
CommandResult
source
·
[
−
]
pub type CommandResult =
Result
<
()
,
CommandError
>;
Trait Implementations
source
impl
ResultExt
for
CommandResult
source
fn
complete
(self, call:
Call
)