Docs.rs
easy_error_macros-0.1.0
easy_error_macros 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mavin2009
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
trybuild ^1.0
dev
Versions
66.67%
of the crate is documented
Platform
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
easy_
error_
macros
0.1.0
All Items
Crate Items
Macros
Crate
easy_error_macros
Copy item path
Source
Macros
ยง
define_
error
Defines a custom error enum with specified variants.
try_
easy
Macro to enhance the
?
operator by adding context.