verilog-filelist-parser 0.1.1

A library to parse a Verilog Filelist and return a list of files, include directories and defines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "verilog-filelist-parser"
version = "0.1.1"
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A library to parse a Verilog Filelist and return a list of files, include directories and defines"
repository = "https://github.com/Raamakrishnan/verilog-filelist-parser"
readme = "README.md"
categories = ["parser-implementations", "parsing", "development-tools"]
keywords = ["verilog", "systemverilog", "filelist"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.0.0"