include_bytes_aligned 0.2.0

A simple macro that embeds the bytes of an external file into the executable and guarantees that they are aligned.
Documentation
[lib]
doctest = false
name = "include_bytes_aligned"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
readme = "README.md"
repository = "https://github.com/PonasKovas/include_bytes_aligned"
version = "0.2.0"

[[test]]
name = "tests"
path = "tests/tests.rs"