arms 0.0.3

🧬 The adaptive model routing system for exploration and exploitation.
Documentation
1
2
3
4
5
6
7
8
9
CARGO := cargo

.PHONY: format
format:
	$(CARGO) fmt

.PHONY: test
test: format
	$(CARGO) test