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
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[lib]
proc-macro = true

[package]
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."
edition = "2021"
keywords = ["macro", "modules", "list"]
license = "\tGPL-3.0-or-later"
name = "list-modules"
readme = "README.md"
repository = "https://github.com/maxfierrog/list-modules"
resolver = "1"
version = "0.1.6"