lfest 0.71.6

A leveraged perpetual futures exchange for simulated trading and backtesting
Documentation
procs:
  cargo-check:
    shell: "cargo check"
  cargo-check-quantiles:
    shell: "cargo check --features quantiles"
  cargo-test:
    shell: "cargo test"
  cargo-test-quantiles:
    shell: "cargo test --features quantiles"
  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"
  basic-example:
    shell: "cargo run --example basic"