fusabi

Crates.iofusabi
lib.rsfusabi
version0.35.0
created_at2025-11-24 02:55:53.595912+00
updated_at2025-12-14 08:11:25.734628+00
descriptionA potent, functional scripting layer for Rust infrastructure.
homepage
repositoryhttps://github.com/fusabi-lang/fusabi
max_upload_size
id1947301
size256,389
Aaron Brewbaker (beengud)

documentation

README

Fusabi CLI

The command-line interface for the Fusabi scripting engine.

Features

  • Run Scripts: Execute .fsx source files directly.
  • Compile: Compile scripts to .fzb bytecode for faster startup.
  • REPL: (Coming soon) Interactive shell.

Installation

cargo install fusabi

Usage

# Run a script
fus run script.fsx

# Compile to bytecode
fus grind script.fsx

# Run bytecode
fus run script.fzb

License

MIT

Commit count: 0

cargo fmt