cswindle
Results
2
issues of
cswindle
There are currently quite a few warnings produced when building this crate: ``` Compiling aws-sdk-rust v0.1.42 (file:///home/cns/git/aws-sdk-rust) warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead --> src/aws/common/credentials.rs:27:5 |...
It looks like some interfaces were changed and the example code has not been updated, hence cargo test now fails: ``` Compiling aws-sdk-rust v0.1.42 (file:///home/cns/git/aws-sdk-rust) error[E0432]: unresolved import `region` -->...