include_glob 0.1.0

embed files into an executable via glob patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.glob]
version = "0.3.1"

[lib]
proc-macro = true

[package]
authors = ["Mohammed Jassim Alkarkhi <mohammed@alkarkhi.com>"]
categories = ["no-std"]
description = "embed files into an executable via glob patterns"
edition = "2021"
keywords = ["include", "glob", "embed"]
license = "MIT OR Apache-2.0"
name = "include_glob"
readme = "README.md"
repository = "https://github.com/alkarkhi/include_glob"
version = "0.1.0"