rust_lisp 0.18.0

A Rust-embeddable Lisp, with support for interop with native Rust functions
Documentation
[[bin]]
name = "rust_lisp"
path = "src/main.rs"
[dependencies.cfg-if]
version = "1.0"

[dependencies.libm]
optional = true
version = "0.2"

[dependencies.num-bigint]
optional = true
version = "0.4"

[dependencies.num-traits]
optional = true
version = "0.2"

[features]
bigint = ["num-bigint", "num-traits"]
f64 = []
i128 = []
i16 = []
i64 = []
i8 = []

[lib]
doc = true
name = "rust_lisp"
path = "src/lib.rs"
test = true

[package]
authors = ["Brandon Smith"]
description = "A Rust-embeddable Lisp, with support for interop with native Rust functions"
edition = "2021"
exclude = [".github", ".vscode", "TODO.txt"]
license = "MIT"
name = "rust_lisp"
readme = "README.md"
repository = "https://github.com/brundonsmith/rust_lisp"
version = "0.18.0"