Registry / utility / ex
library0.1.3rscratesunverified

A libstd wrapper providing more detailed error messages.

# Cargo.toml [dependencies] ex = "0.1.3"
INSTALL
IMPORT
SIG · EX
E
ex
utilityrustv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExResult
use ex::ExResult;

Uses ExResult for enhanced error handling.

use ex::ExResult; fn main() -> ExResult<()> { let result: ExResult<i32> = Ok(42); println!("{:?}", result); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ex — cargo add ex · libregistry