wataxrate-1.0.4 doesn't have any documentation.
Get some tax info for WA state
Simple lib for getting tax data for addrs in WA State.
First goal is to be simple, with reasonable defaults.
Example
See the example program
cargo run --example get
This is what it looks like in code
// .. in an async environment..
match get.await
Gotchas
- Requires
tokio
!!