schwab 0.6.0

Unofficial Rust client library for the Schwab API, unaffiliated with Schwab brokerage or thinkorswim
Documentation
1
2
3
4
5
6
7
8
9
10
---
applyTo: "Makefile"
---

# Makefile review instructions

- Makefile targets should have matching `.PHONY` declarations when they are not real files.
- Avoid adding flags that are already defaults.
- Keep task names aligned with CI workflow usage.
- Build targets should validate the library with `cargo clippy` and `cargo test`; do not assume a CLI binary exists.