changeset 199:33a8954d4318

agac: Link to github project
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 07 Feb 2021 17:26:27 +0100
parents 23a0cea60caa
children 1bd604e5ab31
files async-google-apis-common/src/lib.rs
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/async-google-apis-common/src/lib.rs	Wed Feb 03 16:08:33 2021 +0100
+++ b/async-google-apis-common/src/lib.rs	Sun Feb 07 17:26:27 2021 +0100
@@ -1,5 +1,9 @@
 //! Common types, imports, and functions used by generated code, including HTTP requests and error
 //! types.
+//!
+//! This is not very useful on its own -- check out
+//! [async-google-apis](https://github.com/dermesser/async-google-apis) on github. It is a code
+//! generator, which generates code that utilizes this crate.
 
 mod error;
 pub use error::*;