scratchstack-wrapper-aws-c-compression 0.1.0-alpha.7

Scratchstack Rust wrapper around aws-c-compression library
1
2
3
4
5
6
7
8
9
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, dead_code)]
#![warn(clippy::all)]

//! Rust wrapper for the `aws-c-common` library. For testing purposes only.
//! For interacting with AWS services, use the `aws-sdk-rust` crate instead.

use scratchstack_wrapper_aws_c_common::{aws_allocator, aws_byte_buf, aws_byte_cursor};

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));