Skip to content

Add Progress Wrapper Trait #30

@Larusso

Description

@Larusso

Description

Create a generic progress trait to pass to the install download and install logic. Something down the line:

pub trait Progress {
    progress(progress: u64);
    finish();
}

The goal is to add different implementations:

  • progress bar driver for cli
  • callback based solution for the JNI bindings

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions