trends 0.1.2

Simple trend detection for ordered values
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "trends"
version = "0.1.2"
authors = [
    "oOp",
    "Ossama.abboud95@gmail.com",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple trend detection for ordered values"
readme = "README.md"
keywords = [
    "trend",
    "comparison",
    "ordering",
    "utility",
    "ord",
]
categories = [
    "algorithms",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/oOp995/trends"

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

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

[dependencies.returns]
version = "0.1"