automod 0.2.1

Pull in every source file in a directory as a module.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Pull in every source file in a directory as a module."
documentation = "https://docs.rs/automod"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "automod"
readme = "README.md"
repository = "https://github.com/dtolnay/automod"
version = "0.2.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]