laconic 2.0.0

Interpreter for Laconic expressions and scripts, both as a library component and command-line executable
Documentation
[[bin]]
name = "laconic"
path = "src/main.rs"

[dependencies.string_io_and_mock]
version = "1.0.1"

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

[package]
authors = ["Koen Bekx <klbekx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Interpreter for Laconic expressions and scripts, both as a library component and command-line executable"
documentation = "https://docs.rs/laconic"
edition = "2024"
homepage = "https://github.com/KoenLBekx/laconic"
license = "MIT OR Apache-2.0"
name = "laconic"
readme = "README.md"
repository = "https://github.com/KoenLBekx/laconic"
version = "2.0.0"