Docs.rs
debug-try-0.1.0
debug-try 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
frxstrem
Dependencies
proc-macro2 ^0.4
normal
quote ^0.6
normal
syn ^0.15
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
debug_
try
0.1.0
All Items
Crate Items
Attribute Macros
Crate
debug_try
Copy item path
Source
Attribute Macros
ยง
debug_
try
debug_try
is a function attribute macro that will replace any occurence of the
?
try operator with code that prints to standard error whenever an error is propagated.