| Crates.io | fusabi |
| lib.rs | fusabi |
| version | 0.35.0 |
| created_at | 2025-11-24 02:55:53.595912+00 |
| updated_at | 2025-12-14 08:11:25.734628+00 |
| description | A potent, functional scripting layer for Rust infrastructure. |
| homepage | |
| repository | https://github.com/fusabi-lang/fusabi |
| max_upload_size | |
| id | 1947301 |
| size | 256,389 |
The command-line interface for the Fusabi scripting engine.
.fsx source files directly..fzb bytecode for faster startup.cargo install fusabi
# Run a script
fus run script.fsx
# Compile to bytecode
fus grind script.fsx
# Run bytecode
fus run script.fzb
MIT