muxer 0.5.2

Deterministic, multi-objective bandit-style routing primitives (windowed stats + Pareto selection).
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  description: "Multi-objective bandit routing with drift detection"
  homepage: "https://docs.rs/muxer"
  private: false
  has_issues: true
  has_wiki: false
  has_downloads: true
  default_branch: main
  allow_squash_merge: true
  allow_merge_commit: true
  allow_rebase_merge: true
  delete_branch_on_merge: true

  topics:
    - bandit
    - multi-armed-bandit
    - multi-objective
    - pareto
    - routing
    - rust