lovm2_core 0.4.8

a lightweight virtual machine with a focus on simplicity and extendability.
Documentation
[dependencies.backtrace]
version = "0.3.53"

[dependencies.bincode]
version = "1.3.1"

[dependencies.dirs]
version = "3.0.1"

[dependencies.indexmap]
features = ["serde"]
version = "1.6.1"

[dependencies.libloading]
version = "0.6.6"

[dependencies.lovm2_module]
version = "0.1.0"

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

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

[package]
authors = ["lausek <root@lausek.eu>"]
description = "a lightweight virtual machine with a focus on simplicity and extendability."
edition = "2018"
homepage = "https://github.com/lausek/lovm2"
keywords = ["interpreter"]
license-file = "LICENSE"
name = "lovm2_core"
readme = "README.md"
repository = "https://github.com/lausek/lovm2"
version = "0.4.8"