Docs.rs
stud-0.1.1
stud 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
foltik
Dependencies
anyhow ^1
normal
clap ^4
normal
optional
futures ^0.3
normal
rustc-hash ^1
normal
stud-macros ^0.1.1
normal
thiserror ^1
normal
tokio ^1
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
optional
yansi ^0.5
normal
optional
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
stud
0.1.1
Module error
Module Items
Macros
Traits
Type Aliases
Derive Macros
In crate stud
stud
Module
error
Copy item path
Source
Macros
§
bail
Return early with an error.
err
Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Traits
§
Context
Provides the
context
method for
Result
.
Type Aliases
§
AnyResult
Result<T, Error>
Derive Macros
§
Error