Registry / other / lark-entity

lark-entity

JSON →
library0.1.0rscratesunverified

Representation of an entity in the Lark compiler.

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

Entity
use lark_entity::Entity;

Creates a new Lark compiler entity.

use lark_entity::Entity; fn main() { let entity = Entity::new("example"); println!("{:?}", entity); }
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
6 hits · last 30 days
node
6
Resources
lark-entity — cargo add lark-entity · libregistry