#user #dont #sdk #sandbox #load #fs #duckscript

duckscriptsdk_sandbox

Use the duckscript sdk without worrying about users interacting with what you don't want them to

1 unstable release

0.1.0 Jun 8, 2024

#119 in #sandbox

MIT/Apache and AGPL-3.0-only

4KB

Duckscript SDK Sandbox

This sandbox removes functionallity like fs, env, and os, from the duckscript sdk so you can allow users to use it safely.

Usage

use duckscriptsdk_sandbox as dsss;

dsss::load(&mut context.commands)?;

Dependencies

~20–33MB
~599K SLoC