Registry / other / starlark

starlark

JSON →
library0.14.2rscratesunverified

An implementation of the Starlark language in Rust.

# Cargo.toml [dependencies] starlark = "0.14.2"
INSTALL
IMPORT
SIG · STARLARK
S
starlark
otherrustv0.14.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.

Environment
use starlark::environment::Environment;

Create a Starlark evaluation environment.

use starlark::environment::Environment; fn main() { let mut env = Environment::new(); // Evaluate Starlark code }
Debug
Known issues
gotchaRequires the 'stdlib' feature for standard library functions.
fix
Add `features = ["stdlib"]` to your Cargo.toml dependency.
affects: >=0.14.0
Upgrade
Version history
0.14.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
starlark — cargo add starlark · libregistry