25 releases
0.10.0 | Oct 4, 2024 |
---|---|
0.8.1 | Sep 28, 2024 |
0.8.0 | Sep 8, 2023 |
0.7.5 | Oct 5, 2022 |
0.1.1 | Dec 30, 2019 |
#588 in Development tools
28,388 downloads per month
Used in 16 crates
(5 directly)
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
License
Developed by Sagie Gur-Ari and licensed under the Apache 2 open source license.
Dependencies
~1MB