Skip to content

Commit d34f7bb

Browse files
committed
Add README to openapi-lambda-codegen
1 parent 05d1caa commit d34f7bb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

openapi-lambda-codegen/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -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-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1+
#![doc = include_str!("../README.md")]
12
#![allow(clippy::too_many_arguments)]
23
#![warn(missing_docs)]
34

4-
//! Code generator for [`openapi-lambda`](https://docs.rs/openapi-lambda) crate.
5-
//!
6-
//! Please refer to the [`openapi-lambda`](https://docs.rs/openapi-lambda) crate documentation for
7-
//! usage information.
8-
95
use crate::api::operation::collect_operations;
106

117
use indexmap::IndexMap;

0 commit comments

Comments
 (0)