Skip to content

Container for all files that are automatically generated

Notifications You must be signed in to change notification settings

google-apis-rs/generated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

318cd3b · Mar 19, 2021
Sep 12, 2019
Sep 16, 2019
Mar 19, 2021
Mar 19, 2021
May 8, 2020
Sep 17, 2019
May 8, 2020
May 13, 2020
Aug 20, 2019
Aug 21, 2019
Aug 23, 2019
Mar 14, 2021

Repository files navigation

Build Status

A repository to contain all files generated by tools with the [APIs repository][gen-repo].

gen-repo

Development

You can always set SKIP_MCP=yes in just to avoid trying to build it.

Using a custom MCP executable

To easily alter MCP code without having to commit, run just with an overridden MCP argument, pointing to one that you just build. Typical invocations would look like this:

(cd ../generator && cargo build) && just MCP=$PWD/../generator/target/debug/mcp update-drivers

Forcefully regenerating/rebuilding crates even if they failed to generate/build before

The system will remember generator and cargo errors, and not attempt to work on the affected APIs again, unless these files are cleared. This can be done manually, but most of the time you will want to refresh everything, and check for errors.

just refresh-all

Forcefully update the Makefile after a change affecting the mapped index

(cd ../generator && cargo build) && just MCP=$PWD/../generator/target/debug/mcp update-drivers

About

Container for all files that are automatically generated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages