Skip to content

Commit

Permalink
Add README to openapi-lambda-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jan 18, 2024
1 parent 05d1caa commit d34f7bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions openapi-lambda-codegen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This crate provides the code generator for the
[`openapi-lambda`](https://crates.io/crates/openapi-lambda) crate.

Please refer to the `openapi-lambda`
[crate documentation](https://docs.rs/openapi-lambda) for usage information.
6 changes: 1 addition & 5 deletions openapi-lambda-codegen/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#![doc = include_str!("../README.md")]
#![allow(clippy::too_many_arguments)]
#![warn(missing_docs)]

//! Code generator for [`openapi-lambda`](https://docs.rs/openapi-lambda) crate.
//!
//! Please refer to the [`openapi-lambda`](https://docs.rs/openapi-lambda) crate documentation for
//! usage information.

use crate::api::operation::collect_operations;

use indexmap::IndexMap;
Expand Down

0 comments on commit d34f7bb

Please sign in to comment.