include_data 1.0.0

Include typed data directly in your executable
Documentation
[dependencies.bytemuck]
features = ["min_const_generics", "wasm_simd", "aarch64_simd"]
version = "1"
[dev-dependencies.trybuild]
version = "1"

[package]
authors = ["jmaargh <https://github.com/jmaargh>"]
categories = ["encoding", "no-std", "no-std::no-alloc", "embedded"]
description = "Include typed data directly in your executable"
edition = "2021"
exclude = [".gitignore", ".github", "tests/test_data/generate.bash"]
homepage = "https://github.com/jmaargh/include_data"
keywords = ["bytes", "data", "include", "casting", "static"]
license = "MIT"
name = "include_data"
readme = "README.md"
repository = "https://github.com/jmaargh/include_data"
version = "1.0.0"