Skip to content

Rewrite in Rust #106

Open
Open
@KyleSiefring

Description

@KyleSiefring

Here are a list of potential APIs

  • Web Requests (Tornado) Replacement
    • Actix
    • Rocket: Requires nightly right now. v0.5 will not.
    • Others options
  • AWS Boto Replacement
    • rusoto: In maintenance mode, but is the current best option.
    • New Official SDK: Not viable since there is no ec2 support yet (as of May 29 2021). New features being added fast. In alpha version.
  • PyO3 allows porting parts of the code then calling from Python. Good for debugging.
  • List of Web APIs: https://www.arewewebyet.org/
  • Need a replacement for subprocess???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions