watch:
cargo watch --clear --shell 'just test'
test:
cargo test
cargo test --features location
doc:
cargo doc --open
readme:
#!/usr/bin/env bash
(
echo '# position'
echo
echo -n '[](https://crates.io/crates/position)'
echo ' [](http://docs.rs/position)'
echo
grep '^//!' src/lib.rs | sed -E 's/^...[ ]?//'
) > README.md