array-object 0.2.3

Self-describing binary format for arrays of integers, real numbers, complex numbers and strings, designed for object storage, database and single file
Documentation
[dependencies.nalgebra]
optional = true
version = "0.33.2"

[dependencies.ndarray_15]
optional = true
package = "ndarray"
version = "0.15.6"

[dependencies.ndarray_16]
optional = true
package = "ndarray"
version = "0.16.1"

[dependencies.num-complex]
version = "0.4.6"

[features]
allow_float_down_convert = []
default = []
nalgebra = ["dep:nalgebra"]
ndarray_15 = ["dep:ndarray_15"]
ndarray_16 = ["dep:ndarray_16"]

[lib]
name = "array_object"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "development-tools::debugging"]
description = "Self-describing binary format for arrays of integers, real numbers, complex numbers and strings, designed for object storage, database and single file"
edition = "2024"
keywords = ["data_structures", "binary_data", "object_storage", "database", "debugging"]
license = "Apache-2.0"
name = "array-object"
readme = "README.md"
repository = "https://github.com/YShoji-HEP/ArrayObject"
version = "0.2.3"

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

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

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

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

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