kinetics-parser 0.8.0

A parser used for Kinetics project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kinetics-parser"
version = "0.8.0"
edition = "2021"
description = "A parser used for Kinetics project."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ottofeller/kinetics"
keywords = ["kinetics", "parser", "rust", "macro"]
categories = ["parsing"]

[dependencies]
syn = { version = "2.0", features = ["full", "visit"] }
color-eyre = "0.6.5"
walkdir = "2.5.0"