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

Commit

Permalink
Merge pull request #41 from euank/readme-other
Browse files Browse the repository at this point in the history
List alternatives in the README
  • Loading branch information
iliana committed Nov 26, 2018
2 parents dc5db1f + 540e250 commit e7c3d36
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 @@ -9,6 +9,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 ways to run Rust on 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 e7c3d36

Please sign in to comment.