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
trafficstars

Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1. Changelog Sourced from rand's changelog. [0.9.1] - 2025-04-17 Security and unsafe Revise "not a crypto library" policy again (#1565) Remove zerocopy dependency from rand...

dependencies
rust

Hi, First, I want to extend my gratitude for maintaining this excellent crate. I’ve identified a potential security vulnerability. ### Describe The Bug When the input is too big, there...

Bumps [which](https://github.com/harryfei/which-rs) from 7.0.2 to 7.0.3. Release notes Sourced from which's releases. 7.0.3 Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @​mhils for this contribution...

dependencies
rust

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72. Release notes Sourced from openssl's releases. openssl-v0.10.72 What's Changed make set_rsa_oaep_md visible to boringssl config by @​frncs-rss in sfackler/rust-openssl#2372 Fix typo in openssl-sys build...

dependencies
rust

Bumps [whoami](https://github.com/ardaku/whoami) from 1.5.2 to 1.6.0. Release notes Sourced from whoami's releases. v1.6.0 Changelog Added Support for GNU/Hurd Changed Removed comment about hostname being limited to ASCII due to Unicode...

dependencies
rust

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.29.1 to 0.29.2. Release notes Sourced from attohttpc's releases. v0.29.2 What's Changed fix: multipart crate has not been maintained in a long time by @​sbstp in sbstp/attohttpc#187...

dependencies
rust

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.25 to 1.0.26. Release notes Sourced from semver's releases. 1.0.26 Documentation improvements Commits 3e64fdb Release 1.0.26 dd8dc0a Point standard library links to stable 479518d Unset doc-scrape-examples for...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.139 to 1.0.140. Release notes Sourced from serde_json's releases. v1.0.140 Documentation improvements Commits 7627834 Release 1.0.140 d77a498 Merge pull request #1245 from serde-rs/powerpc b34d317 Delete unused gcc...

dependencies
rust

### Discussed in https://github.com/sagiegurari/duckscript/discussions/469 Need a performant sort method to be added to the SDK.

### Feature Description I know that one command per line is a core principle of the language, but after considering it on and off for months, I think it would...