runmat-builtins 0.2.8

RunMat built-in functions and standard library components
Documentation
[dependencies.indexmap]
features = ["std"]
version = "1.9"

[dependencies.inventory]
version = "0.1"

[dependencies.runmat-accelerate-api]
version = "=0.2.8"

[dependencies.runmat-gc-api]
version = "=0.2.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "RunMat built-in functions and standard library components"
edition = "2021"
homepage = "https://runmat.org"
license = "MIT"
license-file = "LICENSE"
name = "runmat-builtins"
readme = false
repository = "https://github.com/runmat-org/runmat"
version = "0.2.8"

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