[package] name = "bytify" description = "A simple macro that can write given const-expr values into a continuous byte array." edition = "2021" version = "0.4.1" authors = ["Eugene Palmoff "] license = "MIT" repository = "https://github.com/mahou-shoujo/bytify-rs.git" homepage = "https://github.com/mahou-shoujo/bytify-rs.git" readme = "README.md" categories = ["encoding", "no-std", "rust-patterns"] keywords = ["bytification", "macro"] [dependencies] typewit = "1"