proc_include_dir_as_map 1.0.0

Magic which implements the procedural macro `include_dir_as_map`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["fboulnois <fboulnois@users.noreply.github.com>"]
description = "Magic which implements the procedural macro `include_dir_as_map`"
edition = "2021"
license = "MIT"
name = "proc_include_dir_as_map"
repository = "https://github.com/fboulnois/include_dir_as_map"
version = "1.0.0"