list-modules 0.1.6

A procedural macro for generating a list of string slices of the names of the modules inside a source code directory of a project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "list-modules"
version = "0.1.6"
edition = "2021"
description = "A procedural macro for generating a list of string slices of the names of the modules inside a source code directory of a project."
license = "	GPL-3.0-or-later"
author = "Max Fierro <maxfierro@berkeley.edu>"
repository = "https://github.com/maxfierrog/list-modules"
keywords = ["macro", "modules", "list"]

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"

[lib]
proc-macro = true