aedat 1.2.6

A fast AEDAT4 Rust implementation. Forked from https://github.com/neuromorphicsystems/aedat, a Rust AEDAT4 decoder for Python projects.
Documentation
[dependencies.flatbuffers]
version = "2.0.0"

[dependencies.lz4]
version = "1.23.2"

[dependencies.ndarray]
version = "0.15.3"

[dependencies.roxmltree]
version = "0.14.1"

[dependencies.zstd]
version = "0.9.0"

[lib]
name = "aedat"

[package]
authors = ["International Centre for Neuromorphic Systems", "Alexandre Marcireau", "Andrew C. Freeman"]
categories = ["multimedia::encoding", "science"]
description = "A fast AEDAT4 Rust implementation. Forked from https://github.com/neuromorphicsystems/aedat, a Rust AEDAT4 decoder for Python projects."
documentation = "https://github.com/andrewcfreeman/aedat-rs"
edition = "2021"
homepage = "https://github.com/andrewcfreeman/aedat-rs"
keywords = ["neuromorphic", "decoding", "davis", "dvs", "aedat"]
license-file = "LICENSE"
name = "aedat"
readme = "README.md"
repository = "https://github.com/andrewcfreeman/aedat-rs"
resolver = "2"
version = "1.2.6"
[profile.release]
lto = true