[package] name = "mixed_array" version = "0.1.1" edition = "2021" description = "Construct arrays of mixed types." repository = "https://github.com/andrewlowndes/mixed_array" license = "MIT OR Apache-2.0" keywords = ["mixed-types"] categories = ["rust-patterns"] [lib] [dependencies] mixed_type_proc = "0.1.0"