rust-aws-arn
Provides types, builders, and other helpers to manipulate AWS Amazon Resource Name (ARN) strings.

TBD
Changes
Version 0.1.0
- Initial commit.
- Provides basic ARN type with
Display
and FromStr
.
- Provides scaffolding for service-specific validation.
- Provides initial set of helper,
make_*
, functions for ARN construction.
TODO
- More tests!
- More service formats for validation.