sliding_features 7.1.3

Modular sliding window with various signal processing functions and technical indicators
Documentation
procs:
  cargo-check:
    shell: "cargo check"
  cargo-test:
    shell: "cargo test"
  cargo-bench:
    shell: "cargo bench"
  cargo-fmt:
    shell: "cargo fmt"
  cargo-clippy:
    shell: "cargo clippy"
  cargo-doc:
    shell: "cargo doc"
  taplo:
    shell: "taplo fmt"
  semver-checks:
    shell: "cargo semver-checks"
  example-basic-single-view:
    shell: "cargo run --example basic_single_view"
  example-basic-chainable-view:
    shell: "cargo run --example basic_chainable_view"