glob_include 0.0.0

embed files into an executable via glob patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "glob_include"
version = "0.0.0"
authors = ["Mohammed Jassim Alkarkhi <mohammed@alkarkhi.com>"]
edition = "2021"
description = "embed files into an executable via glob patterns"
repository = "https://github.com/alkarkhi/glob_include"
license = "MIT OR Apache-2.0"
keywords = ["include", "glob", "embed", "macro", "compile-time"]
categories = ["no-std"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]