Skip to content

Conversation

@killerapp
Copy link
Collaborator

  • Create src/lib.rs with public API including:
    • download_ycb() high-level function for easy use
    • fetch_objects(), get_tgz_url(), download_file(), extract_tgz() lower-level functions
    • Subset enum and DownloadOptions struct
    • Constants for object subsets and URLs
    • get_subset_objects() helper function
  • Refactor main.rs to use library exports
  • Add comprehensive documentation with usage examples
  • Move unit tests to lib.rs

- Create src/lib.rs with public API including:
  - download_ycb() high-level function for easy use
  - fetch_objects(), get_tgz_url(), download_file(), extract_tgz() lower-level functions
  - Subset enum and DownloadOptions struct
  - Constants for object subsets and URLs
  - get_subset_objects() helper function
- Refactor main.rs to use library exports
- Add comprehensive documentation with usage examples
- Move unit tests to lib.rs
@killerapp killerapp merged commit 6320fc0 into main Dec 13, 2025
3 checks passed
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.

3 participants