Registry / utility / lawn-constants

lawn-constants

JSON →
library0.4.0rscratesunverified

Error and logging types, traits, and codes for the Lawn project.

# Cargo.toml [dependencies] lawn-constants = "0.4.0"
INSTALL
IMPORT
SIG · LAWN-CONSTANTS
L
lawn-constants
utilityrustv0.4.0
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.

ErrorCode
use lawn_constants::ErrorCode;

Creates and prints an error code from lawn-constants.

use lawn_constants::ErrorCode; fn main() { let code = ErrorCode::new(42); println!("Error code: {}", code); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lawn-constants — cargo add lawn-constants · libregistry