IBM Cloud Functions

IBM provides its own serverless product based on Apache OpenWhisk: https://console.bluemix.net/openwhisk/.

You can write serverless functions using Rust, because the platform supports functions provided as Docker images and you can create a Docker image with your Rust functions.