Skip to content

migrate to async API #12

@rursprung

Description

@rursprung

see my comment on #8 and #11: you may want to migrate to an async API

most of the rust ecosystem - at the very least anything doing I/O - seems to have gone down that route, and for good reasons.

after #11 this is very easy for the client part. for the server you'll have to replace rouille with an async HTTP server, e.g. rocket.
this would be a breaking change for clients if you no longer provide a blocking API, but i don't think that it's worth it for you to maintain both an async and a blocking API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions