generic-array 0.12.3

Generic types implementing functionality of arrays
Documentation
[package]



name = "generic-array"

version = "0.12.3"

authors = [ "Bartłomiej Kamiński <fizyk20@gmail.com>", "Aaron Trent <novacrazy@gmail.com>" ]



description = "Generic types implementing functionality of arrays"

readme = "README.md"



license = "MIT"



documentation = "http://fizyk20.github.io/generic-array/generic_array/"

repository = "https://github.com/fizyk20/generic-array.git"



keywords = ["generic", "array"]

categories = ["data-structures", "no-std"]



[badges]

travis-ci = { repository = "fizyk20/generic-array" }



[lib]

name = "generic_array"



[dependencies]

typenum = "1.10"

serde = { version = "1.0", optional = true, default-features = false }



[dev_dependencies]

# this can't yet be made optional, see https://github.com/rust-lang/cargo/issues/1596

serde_json = "1.0"

bincode = "1.0"