duckscript icon indicating copy to clipboard operation
duckscript copied to clipboard

Simple, extendable and embeddable scripting language.

Results 40 duckscript issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.12 to 1.0.13. Release notes Sourced from semver's releases. 1.0.13 Add categories and keywords to crates.io metadata Commits afba3e1 Release 1.0.13 c9d6a85 Update keywords in crates.io metadata...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata Commits 2b0403f Release 1.0.83 db96d72 Add categories to crates.io metadata 2512933 Add...

dependencies

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.19.1 to 0.20.0. Commits 0a9d4b1 Version 0.20.0 65a1773 Try implementing timeouts on Windows by directly closing the underlying socke... 8246bd7 feat: add tls-vendored Cargo feature, closes #121...

dependencies

### Feature Description Currently, DuckScript appears to lack any means to split up long lines. A simple `\` before a newline probably is a good yet simple solution to the...

enhancement

### Feature Description Sometimes it can be quite useful to operate not only on a directory but also all subdirs. Therefore, I'd like an easy way to get all files...

### Feature Description I'd like to have commands to pack/unpack ZIP archives. I believe the ZIP format is supported nearly by everything and it would be a nice utility. ###...

enhancement

Duckscript seems like it could be very useful as a lightweight scripting language for game development. Quite a few games (Blizzard being a notable fan of this practice) have created...

based on cargo PR 8246 we can add a strip param which would remove debug info and reduce binary size.

enhancement