trashpanda 0.1.0

A Rust library for contextual multi-armed bandits
Documentation
1
2
3
4
5
6
pre-commit:
  parallel: true
  commands:
    rust:
      glob: "*.rs"
      run: cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings