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

#565 in Development tools

Download history 2885/week @ 2023-12-23 4774/week @ 2023-12-30 6586/week @ 2024-01-06 7546/week @ 2024-01-13 7639/week @ 2024-01-20 6808/week @ 2024-01-27 6847/week @ 2024-02-03 5686/week @ 2024-02-10 7196/week @ 2024-02-17 7310/week @ 2024-02-24 6026/week @ 2024-03-02 6752/week @ 2024-03-09 8450/week @ 2024-03-16 5851/week @ 2024-03-23 6801/week @ 2024-03-30 5953/week @ 2024-04-06

28,291 downloads per month
Used in 14 crates (4 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