{"id":22254534,"url":"https://github.com/integral-tech/dir-size","last_synced_at":"2026-02-05T10:33:55.773Z","repository":{"id":265675545,"uuid":"894088737","full_name":"Integral-Tech/dir-size","owner":"Integral-Tech","description":"Parallelized directory size calculation","archived":false,"fork":false,"pushed_at":"2025-07-22T03:25:48.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T08:37:55.837Z","etag":null,"topics":["directory","rust","size","size-calculation"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/dir-size","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Integral-Tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-25T18:23:19.000Z","updated_at":"2025-10-14T19:32:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"84d2ec45-3232-4ba8-91d6-297a4ef6c363","html_url":"https://github.com/Integral-Tech/dir-size","commit_stats":null,"previous_names":["integral-tech/dir-size"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Integral-Tech/dir-size","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integral-Tech%2Fdir-size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integral-Tech%2Fdir-size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integral-Tech%2Fdir-size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integral-Tech%2Fdir-size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Integral-Tech","download_url":"https://codeload.github.com/Integral-Tech/dir-size/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integral-Tech%2Fdir-size/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["directory","rust","size","size-calculation"],"created_at":"2024-12-03T07:27:56.152Z","updated_at":"2026-02-05T10:33:55.744Z","avatar_url":"https://github.com/Integral-Tech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dir-size\n\n[![status-badge](https://ci.codeberg.org/api/badges/13933/status.svg)](https://ci.codeberg.org/repos/13933)\n\n`dir-size` is a crate that calculates directory size in parallel using `rayon`.\n\n## Usage\n\nThis is a little code sample:\n\n```rust\nuse dir_size::{get_size_in_bytes, get_size_in_human_bytes, get_size_in_abbr_human_bytes};\nuse std::{io, path::Path};\n\nfn main() -\u003e io::Result\u003c()\u003e {\n    let path = Path::new(\"/home\");\n    println!(\"{} Bytes\", get_size_in_bytes(path)?);\n    println!(\"{}\", get_size_in_human_bytes(path)?);\n    println!(\"{}\", get_size_in_abbr_human_bytes(path)?);\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegral-tech%2Fdir-size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegral-tech%2Fdir-size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegral-tech%2Fdir-size/lists"}