Skip to content

Add a Rust client Interface #31

@AzHicham

Description

@AzHicham

Hello,

Love this project especially the fact that it is agnostic to the language and only based on a REST API.
Nevertheless, IMO it could be really awesome to have a a rust client around this REST API.
This way we could have a celery-like framework

For example :

#[derive(Serialize, DeSerialize)]
struct Task1Args {
    arg1: u8,
}

let taskArgs = Task1Args{ ... }

let job_id = ocypod::send_task(taskArgs)?;

let status: Status = ocypod::get_status(job_id)?;

Thank you :)

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