22 releases

0.8.0 Sep 8, 2023
0.7.5 Oct 5, 2022
0.7.4 Aug 6, 2022
0.7.3 Jul 21, 2022
0.1.1 Dec 30, 2019

#643 in Development tools

Download history 8328/week @ 2024-03-14 6755/week @ 2024-03-21 5485/week @ 2024-03-28 7765/week @ 2024-04-04 6535/week @ 2024-04-11 5917/week @ 2024-04-18 6457/week @ 2024-04-25 8328/week @ 2024-05-02 5689/week @ 2024-05-09 7560/week @ 2024-05-16 6479/week @ 2024-05-23 7180/week @ 2024-05-30 7040/week @ 2024-06-06 6663/week @ 2024-06-13 5432/week @ 2024-06-20 4556/week @ 2024-06-27

24,762 downloads per month
Used in 16 crates (5 directly)

Apache-2.0

160KB
4.5K SLoC

duckscript

Simple, extendable and embeddable scripting language.

See full readme


lib.rs:

duckscript

Simple, extendable and embeddable scripting language.

This library is the actual script parser and runner.
On it's own, it has no actual commands as those need to be provided externally (see duckscript_sdk).

Installation

In order to use this library, just add it as a dependency:

[dependencies]
duckscript = "*"

Contributing

See contributing guide

License

Developed by Sagie Gur-Ari and licensed under the Apache 2 open source license.

Dependencies

~1MB