Registry / utility / libimagerror

libimagerror

JSON →
library0.10.1rscratesunverified

Library for the imag core distribution

# Cargo.toml [dependencies] libimagerror = "0.10.1"
INSTALL
IMPORT
SIG · LIBIMAGERROR
L
libimagerror
utilityrustv0.10.1
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.

ErrorKind
use libimagerror::ErrorKind;

Demonstrates using the primary error kind type.

use libimagerror::ErrorKind; fn main() { let _err = ErrorKind::Io(std::io::Error::new(std::io::ErrorKind::Other, "example")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
libimagerror — cargo add libimagerror · libregistry