Skip to content

Latest commit

 

History

History
 
 

rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@now/rust Example

This directory is a brief example of a serverless Rust function using the @now/rust Builder.

The example consists of one Rust file, index.rs, that includes a handler function (required for a serverless Rust lambda) that receives a request to the function and renders a response, stating the requested URL.

Resources

For more information on how you can deploy your own serverless Rust applications, see the following resources: