docs: added documentation, enforced documentation
All checks were successful
CI / build (push) Successful in 7m21s

This commit is contained in:
2026-01-01 18:37:40 +01:00
parent 5e1b0988fd
commit b3365afe5b
10 changed files with 113 additions and 29 deletions

View File

@@ -333,6 +333,11 @@ async fn fetch_archive_sources(
Ok(())
}
/// Pull a source package locally
///
/// Will try to find the package information, and use it to download it over prefered way
/// (either git or direct archive download), as well as orig tarball, inside 'package' directory
/// The source will be extracted under 'package/package'
pub async fn pull(
package: &str,
_version: &str,