include-preprocessor 0.1.1

Tooling for C preprocessor style include directives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "include-preprocessor"
description = "Tooling for C preprocessor style include directives."
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[dependencies]
nom = { workspace = true }
num_cpus = { workspace = true }
threadpool = { workspace = true }