duckscriptsdk_sandbox

Crates.ioduckscriptsdk_sandbox
lib.rsduckscriptsdk_sandbox
version0.1.0
sourcesrc
created_at2024-06-08 22:04:03.244805
updated_at2024-06-08 22:04:03.244805
descriptionUse the duckscript sdk without worrying about users interacting with what you don't want them to
homepage
repositoryhttps://github.com/jacks0n9/duckscriptsdk_sandbox.git
max_upload_size
id1265981
size3,102
Jackson (jacks0n9)

documentation

README

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)?;
Commit count: 4

cargo fmt