#user #dont #sdk #sandbox #load #duckscript #worrying

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

#36 in #dont

MIT/Apache

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

~18–31MB
~558K SLoC