include-blob-macros 0.1.2

Include large binary files in an application without incurring the compile time cost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2.0.39"

[lib]
proc-macro = true

[package]
description = "Include large binary files in an application without incurring the compile time cost"
edition = "2021"
license = "0BSD"
name = "include-blob-macros"
repository = "https://github.com/SludgePhD/include-blob"
version = "0.1.2"