Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created December 23, 2018 02:24
Show Gist options
  • Save robertohuertasm/c5c3396b66f3f1a6af1cb5e998712a6f to your computer and use it in GitHub Desktop.
Save robertohuertasm/c5c3396b66f3f1a6af1cb5e998712a6f to your computer and use it in GitHub Desktop.
azure-function-rust
mod hello;
pub const FUNCTIONS: &[&azure_functions::codegen::Function] = azure_functions::export!{
hello::hello,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment