Skip to content

Add Progress Wrapper Trait #30

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

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions