Crates.io | duckscriptsdk_sandbox |
lib.rs | duckscriptsdk_sandbox |
version | 0.1.0 |
source | src |
created_at | 2024-06-08 22:04:03.244805 |
updated_at | 2024-06-08 22:04:03.244805 |
description | Use the duckscript sdk without worrying about users interacting with what you don't want them to |
homepage | |
repository | https://github.com/jacks0n9/duckscriptsdk_sandbox.git |
max_upload_size | |
id | 1265981 |
size | 3,102 |
This sandbox removes functionallity like fs, env, and os, from the duckscript sdk so you can allow users to use it safely.
use duckscriptsdk_sandbox as dsss;
dsss::load(&mut context.commands)?;