pointerscript 0.1.0

A simple crate that allows running scripts(compiled rust code) trough function pointers, the scripts take an array of &mut dyn Any and interact with the host program trough that data
Documentation
[dependencies]

[lib]
name = "pointerscript"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple crate that allows running scripts(compiled rust code) trough function pointers, the scripts take an array of &mut dyn Any and interact with the host program trough that data"
edition = "2024"
license = "MIT"
name = "pointerscript"
readme = false
version = "0.1.0"