repl_framework_proc_macros 0.1.0

A crate to easily create simple repls and interpreters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "repl_framework_proc_macros"
version = "0.1.0"
authors = ["SuKiN-a <suryakiranpradosh@gmail.com>"]
edition = "2018"
description = "A crate to easily create simple repls and interpreters"
readme = "README.md"
repository = "https://github.com/SuKiN-a/repl_framework"
license = "GPL-3.0"
keywords = ["repl", "interpreter"]
categories = ["command-line-interface"]

[lib]
proc-macro = true

[dependencies]