rune icon indicating copy to clipboard operation
rune copied to clipboard

An embeddable dynamic programming language for Rust.

Results 142 rune issues
Sort by recently updated
recently updated
newest added

Hello friends, If I'm reading this right, shebang parsing (and ignoring) was implemented in #353 (requested in #270); however, I am unable to use shebang lines in my scripts in...

bug

There is no longer much benefit to inlining some of the built-in types in favor of moving them into the new `AnyObj` abstraction. Removing the [`Mutable` enum](https://github.com/rune-rs/rune/blob/main/crates/rune/src/runtime/value.rs#L2444) completely will reduce...

enhancement
help wanted