{"id":16613044,"url":"https://github.com/craftspider/forest","last_synced_at":"2026-04-20T12:31:47.636Z","repository":{"id":65071162,"uuid":"579735659","full_name":"CraftSpider/forest","owner":"CraftSpider","description":"Can't see the forest for the trees","archived":false,"fork":false,"pushed_at":"2023-02-28T20:27:01.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T20:43:32.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CraftSpider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-12-18T18:35:17.000Z","updated_at":"2022-12-18T18:36:03.000Z","dependencies_parsed_at":"2025-01-17T15:37:05.079Z","dependency_job_id":"7e16bef1-c851-4521-b409-f308081f77b6","html_url":"https://github.com/CraftSpider/forest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CraftSpider/forest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fforest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fforest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fforest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fforest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CraftSpider","download_url":"https://codeload.github.com/CraftSpider/forest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fforest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32047092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-12T01:45:51.036Z","updated_at":"2026-04-20T12:31:47.616Z","avatar_url":"https://github.com/CraftSpider.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Forest\n\nA holding place for tree implementations\n\n## Tree Implementations\n\n### simple_tree::Tree\n\nPros:\n- Is easily `Send`/`Sync`\n- No extra allocation or synchronization costs\n\nCons:\n- Can only borrow nodes mutably *or* immutably\n- Can only traverse the tree from certain borrows\n\n### object_tree::Tree\n\nPros:\n- Can have many nodes borrowed with different mutability at once\n- Can work primarily through borrowed nodes\n\nCons:\n- Not `Send`/`Sync` without the `atomic` feature\n- Have to pay extra allocation and synchronization costs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Fforest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftspider%2Fforest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Fforest/lists"}