virtual_exec_type 0.1.0

Type definition sub-crate for virtual_exec - A sandbox execution environment which allowed limited execution of expression safely (WIP)
Documentation
[dependencies.bumpalo]
version = "3.19.0"

[dependencies.inventory]
version = "0.3.21"

[dependencies.ordered-float]
version = "5.1.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.proc-macro2]
version = "1.0.103"

[dependencies.syn]
version = "2.0.111"

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

[package]
authors = ["i-am-unknown-81514525"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Type definition sub-crate for virtual_exec - A sandbox execution environment which allowed limited execution of expression safely (WIP)"
edition = "2024"
license-file = "LICENSE"
name = "virtual_exec_type"
readme = "README.md"
repository = "https://github.com/i-am-unknown-81514525/virtual_exec"
version = "0.1.0"

[[test]]
name = "base_test"
path = "tests/base_test.rs"

[[test]]
name = "op_test"
path = "tests/op_test.rs"