Skip to main content

bashrs_runtime/
lib.rs

1//! Runtime library for bashrs.
2//!
3//! This crate provides the embedded shell runtime that contains core functions
4//! and utilities included in all transpiled shell scripts.
5
6include!(concat!(env!("OUT_DIR"), "/runtime.rs"));