We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d1caa commit d34f7bbCopy full SHA for d34f7bb
openapi-lambda-codegen/README.md
@@ -0,0 +1,5 @@
1
+This crate provides the code generator for the
2
+[`openapi-lambda`](https://crates.io/crates/openapi-lambda) crate.
3
+
4
+Please refer to the `openapi-lambda`
5
+[crate documentation](https://docs.rs/openapi-lambda) for usage information.
openapi-lambda-codegen/src/lib.rs
@@ -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.
-//!
6
-//! Please refer to the [`openapi-lambda`](https://docs.rs/openapi-lambda) crate documentation for
7
-//! usage information.
8
-
9
use crate::api::operation::collect_operations;
10
11
use indexmap::IndexMap;
0 commit comments