Files
google-apis-rs/src/generator/templates/api
philippeitis 8cc2707563 Fix cargo check w.r.t. FieldMask
The serde traits are now directly implemented for FieldMask - this helps address potential serde issues with wrapper types, and simplifies the serde process somewhat.
2022-10-08 19:59:23 -07:00
..
2022-10-08 19:59:23 -07:00
2022-10-01 09:43:31 +08:00
2022-10-08 03:22:08 -07:00

<%
	from generator.lib.util import (markdown_comment, new_context)
	c = new_context(schemas, resources)
%>\
<%namespace name="lib" file="lib/lib.mako"/>\
<%namespace name="util" file="../../lib/util.mako"/>\
<%block filter="markdown_comment">\
<%util:gen_info source="${self.uri}" />\
</%block>
The `${util.crate_name()}` library allows access to all features of the *Google ${util.canonical_name()}* service.

${lib.docs(c, rust_doc=False)}
<%lib:license />