rust-scheme 0.1.0

Scheme(R7RS) interpretor/compiler rust implementation
Documentation
[lib]
crate-type = ["cdylib"]

[package]
authors = ["Danielhu <yimingdz@gmail.com>", "hrl <cxghrl@gmail.com>"]
description = "Scheme(R7RS) interpretor/compiler rust implementation"
edition = "2018"
exclude = [".github/", ".vscode/", ".editorconfig", ".gitignore", ".cargo_vcs_info.json"]
license = "MIT"
name = "rust-scheme"
readme = "README.md"
repository = "https://github.com/Danielhu229/RustScheme"
version = "0.1.0"