-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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