flickers 0.1.0

A crate for calculating Allan-like deviations and other time and frequency stability statistics functions.
Documentation
[package]
name = "flickers"
version = "0.1.0"
edition = "2024"
authors = ["Etienne Batori"]
description = "A crate for calculating Allan-like deviations and other time and frequency stability statistics functions."
license = "MIT"
readme = "readme.md"
repository = "https://github.com/oreillepale/flickers"
homepage = "https://github.com/oreillepale/flickers"
documentation = "https://docs.rs/flickers"
keywords = ["rust", "Allan", "Frequency"]
categories = ["mathematics"]

[dependencies]
derive_builder = "0.20"
statrs = "0.18.0"

[dev-dependencies]
approx = "0.5.1"