inline-blob 0.1.0

Gigabyte-class BLOB embedding macro for x86_64 ELF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "inline-blob"
version = "0.1.0"
edition = "2024"
rust-version = "1.89"
license = "Apache-2.0 OR MPL-2.0"
authors = ["metastable-void"]
readme = "README.md"
repository = "https://github.com/metastable-void/inline-blob"
description = "Gigabyte-class BLOB embedding macro for x86_64 ELF"

[lib]
proc-macro = true

[dependencies]