azure-functions-shared 0.11.0

Implementations shared between the azure-functions-codegen and azure-functions crates.
Documentation
1
2
3
4
5
6
7
8
# Protobuf Cache


This directory exists to cache the output of a previous protobuf compilation.

If you do not have `protoc` on your PATH, the cached protobuf definitions will be used.

This is primarily used for crate publishing so that [docs.rs](https://docs.rs) can
generate documentation without having a protobuf compiler installed.