lambda-appsync-proc 0.10.0

Procedural macros for the lambda-appsync type-safe AWS AppSync resolver framework
Documentation
1
2
3
4
5
//! Internal implementation modules for the proc-macro crate.

pub(crate) mod appsync_operation;
pub(crate) mod common;
pub(crate) mod make_appsync;