starlark-rust

Rust implementation of the Starlark language for configuration and scripting

brewmacoslinux
Try with needOr install directly
Source

About

Rust implementation of the Starlark language

Commands

starlark

Examples

Execute a Starlark script file$ starlark script.star
Run Starlark in interactive REPL mode$ starlark
Execute Starlark code from command line$ starlark -c 'print("Hello from Starlark")'