Registry / other / lark-error

lark-error

JSON →
library0.1.0rscratesunverified

Representation of an error in the Lark compiler.

# Cargo.toml [dependencies] lark-error = "0.1.0"
INSTALL
IMPORT
SIG · LARK-ERROR
L
lark-error
otherrustv0.1.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.

Error
use lark_error::Error;

Creates and prints a Lark compiler error.

use lark_error::Error; let err = Error::new("compilation failed"); println!("{}", err);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lark-error — cargo add lark-error · libregistry