Skip to content

Move CLI and progress indicators on its own feature#28

Open
ghimiresdp wants to merge 10 commits into
mainfrom
split-features
Open

Move CLI and progress indicators on its own feature#28
ghimiresdp wants to merge 10 commits into
mainfrom
split-features

Conversation

@ghimiresdp
Copy link
Copy Markdown
Owner

@ghimiresdp ghimiresdp commented May 29, 2026

Description

  • Now CLI and Progress Indicators are separated from the main download engine so that it can be attached whenever needed.
  • Now the workspace is used so that we could add more packages inside crates and examples

Upon adding furl-cli library, users now have the choice to use the default features or select only needed ones.

Example, if you are creating a daemon and visual feedback is not needed, you can just skip visual feedback and use only core feature.

# Cargo.toml

[dependencies]
furl-cli = { path = "../../crates/furl_cli", default-features = false }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation
  • Performance improvement

Checklist

  • I have run cargo fmt to ensure consistent code style.
  • I have run cargo test and all tests passed.
  • I have added new tests that prove my fix is effective or that my feature works.
  • I have updated the README.md (if applicable).

Performance Impact

@ghimiresdp ghimiresdp self-assigned this May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant