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

Scratchstack Rust wrapper around the aws-c-cal library
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, dead_code)]
#![allow(clippy::all)]

//! Rust wrapper for the `aws-c-cal` 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_atomic_var, aws_byte_buf, aws_byte_cursor};

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