import_fn 0.1.0

Implementation of #[import_fn] macro for Crabzilla
Documentation
[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full"]
version = "1.0.60"

[lib]
proc-macro = true

[package]
authors = ["Andy Herbert <andy.herbert@gmail.com>"]
categories = ["compilers", "game-development", "parser-implementations"]
description = "Implementation of #[import_fn] macro for Crabzilla"
edition = "2018"
keywords = ["javascript", "ecmascript", "scripting", "runtime"]
license = "MIT"
name = "import_fn"
repository = "https://github.com/andyherbert/crabzilla"
version = "0.1.0"