mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
With one of the recent changes, the crate name was changed to be different from the library name. However, there were still plenty of places that would refer to the library name instead of the new crate name. That way, links in the README.md as well as index/index.html still pointed to the old location.
<%
from util import (markdown_comment, new_context)
c = new_context(schemas, resources, context.get('methods'))
%>\
<%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.library_name()}` library allows access to all features of *${util.canonical_name()}*.
${lib.docs(c, rust_doc=False)}
<%lib:license />