2 releases
0.1.0-alpha.7 | Nov 11, 2022 |
---|---|
0.1.0-alpha.5 | Nov 8, 2022 |
#6 in #scratchstack
Used in scratchstack-wrapper-aws-…
34KB
415 lines
scratchstack-wrapper-aws-c-http
Rust wrappers for the aws-c-http
cryptographic primities library.
Currently, this only provided the minimum set of bindings necessary for Scratchstack to verify interoperability with AWS CRT authentication libraries. This is not intended to be a complete set of bindings for the CRT. You probably do not want to use these bindings in your own projects. If you need to communicate with AWS services, use the official AWS SDK for Rust instead.
Documentation: https://docs.rs/scratchstack-wrapper-aws-c-http
lib.rs
:
Rust wrapper for the aws-c-http
library. For testing purposes only.
For interacting with AWS services, use the aws-sdk-rust
crate instead.
Dependencies
~3–5.5MB
~89K SLoC