Skip to content

Rewrite in Rust #106

@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???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions