[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[features]
serde = []
[lib]
name = "flatarray"
path = "src/lib.rs"
[package]
authors = ["Simon Théorêt <simonteoret@hotmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast implementation of SeqEval, a sequence evaluation framework"
edition = "2021"
keywords = ["Datastructure", "Vector", "Array"]
license = "MIT"
name = "flatarray"
readme = "README.md"
repository = "https://github.com/SimonTheoret/flatarray"
rust-version = "1.78.0"
version = "0.7.0"