Docs.rs
cauz-0.0.9
cauz 0.0.9
Permalink
Docs.rs crate page
GPL-2.0
13 July 2026
Links
crates.io
Source
Owners
Ari-Nedge
Dependencies
anyhow ^1.0.102
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
Crate cauz
cauz
0.0.9
All Items
Crate Items
Modules
Macros
Structs
Traits
Type Aliases
Crate
cauz
Copy item path
Source
Modules
§
cauz2
Macros
§
anyhow
Construct an ad-hoc error from a string or existing non-
anyhow
error value.
err
err2
Structs
§
AnyError
The
Error
type, a wrapper around a dynamic error type.
Error
OsStr
Borrowed reference to an OS string (see
OsString
).
Path
A slice of a path (akin to
str
).
Traits
§
Cauz
Cauz2
Cauz3
Context
Provides the
context
method for
Result
.
Type Aliases
§
AnyResult
Result<T, Error>
Result