Docs.rs
hyper-scripter-0.6.1
hyper-scripter 0.6.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
david0u0
Dependencies
chrono ^0.4.7
normal
clap ^3.1.8
normal
clap_complete ^3.1.1
normal
colored ^2
normal
console ^0.13.0
normal
ctrlc ^3.0
normal
derive_more ^0.99.0
normal
dirs ^3.0.1
normal
env_logger ^0.6.2
normal
futures ^0.3.5
normal
fuzzy-matcher ^0.3.5
normal
fxhash ^0.2.1
normal
handlebars ^3.3.0
normal
hyper-scripter-historian ^0.6.1
normal
hyper-scripter-util ^0.6.1
normal
log ^0.4.8
normal
openssl ^0.10.29
normal
prettytable-rs ^0.8
normal
regex ^1
normal
serde ^1.0.98
normal
serde_json ^1.0.40
normal
shlex ^1.1.0
normal
sqlx ^0.5.10
normal
term_grid ^0.1
normal
tokio ^1
normal
toml ^0.5.6
normal
criterion ^0.3
dev
criterion-macro ^0.3
dev
rand ^0.8.3
dev
log ^0.4.8
build
sqlx ^0.5.10
build
tokio ^1
build
Versions
4.49%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Result
Trait Implementations
Contextable<T>
In hyper_scripter::error
?
Type Definition
hyper_scripter
::
error
::
Result
source
·
[
−
]
pub type Result<T =
()
> =
Result
<T,
Error
>;
Trait Implementations
source
impl<T>
Contextable
<T> for
Result
<T>
source
fn
context
<S:
ToString
>(self, s: S) ->
Result
<T>