Registry / utility / re-error

re-error

JSON →
library0.32.2rscratesunverified

Helpers for handling errors in the Rerun project.

# Cargo.toml [dependencies] re_error = "0.32.2"
INSTALL
IMPORT
SIG · RE-ERROR
R
re-error
utilityrustv0.32.2
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.

Error
use re_error::Error;

Create and return a custom error.

use re_error::Error; fn main() -> Result<(), Error> { Err(Error::new("something went wrong")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
re-error — cargo add re-error · libregistry