include_bytes_aligned 0.1.0

A simple macro that embeds the bytes of an external file into the executable and guarantees that they are aligned.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
doctest = false

[package]
categories = ["memory-management"]
description = "A simple macro that embeds the bytes of an external file into the executable and guarantees that they are aligned."
edition = "2018"
homepage = "https://github.com/PonasKovas/include_bytes_aligned"
keywords = ["include_bytes", "aligned", "align", "bytes", "macro"]
license = "MIT"
name = "include_bytes_aligned"
repository = "https://github.com/PonasKovas/include_bytes_aligned"
version = "0.1.0"