Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
List alternatives in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Sep 12, 2018
1 parent de24e28 commit 5614261
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
crowbar makes it easy to write AWS Lambda functions in Rust. It wraps native Rust functions into CPython modules that
handle converting Python objects into Rust objects and back again.

## Alternatives

As AWS Lambda has added more runtimes, more way to hack rust into the lambda have emerged.

The [Rust on AWS Lambda](https://srijs.github.io/rust-aws-lambda/) project is kind enough to offer an alternative, and a comparison of itself to crowbar.

## Usage

Add both crowbar and cpython to your `Cargo.toml`:
Expand Down

0 comments on commit 5614261

Please sign in to comment.