aws-region 0.28.1

Tiny Rust library for working with Amazon AWS regions, supports `s3` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
ci: fmt-check clippy test

fmt-check:
	cargo fmt --all -- --check

clippy:
	cargo clippy --all-features -- -D warnings

test:
	cargo test --all-features