{"id":22158463,"url":"https://github.com/clpi/recollection","last_synced_at":"2025-03-24T15:09:42.198Z","repository":{"id":57658758,"uuid":"390797428","full_name":"clpi/recollection","owner":"clpi","description":"data structure \u0026 algorithm implementations in rust","archived":false,"fork":false,"pushed_at":"2021-12-27T08:41:06.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T23:03:18.087Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-29T17:08:16.000Z","updated_at":"2021-12-27T08:41:10.000Z","dependencies_parsed_at":"2022-09-16T04:53:25.278Z","dependency_job_id":null,"html_url":"https://github.com/clpi/recollection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clpi%2Frecollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clpi%2Frecollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clpi%2Frecollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clpi%2Frecollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clpi","download_url":"https://codeload.github.com/clpi/recollection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294769,"owners_count":20591900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-02T03:33:09.207Z","updated_at":"2025-03-24T15:09:42.176Z","avatar_url":"https://github.com/clpi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003erecollection\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/recollection\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/recollection.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e implementations and re-implementations of common data structures and algorithms in rust\n\u003e very much so a work in progress in its infant stage\n\n### 🏠 [Homepage](https://clp.is/projects/recollection)\n\n## Install\n- Add to your `Cargo.toml` dependencies:\n\n```toml\n[dependencies]\nrecollection = \"^0.1\"\n```\n\n## Usage\n- Example for graph (currently the only implemented, or part-implemented, data structure)\n```rust\nuse recollection::Graph;\n\nlet g = Graph::\u003c\u0026'static str, usize\u003e::new();\n\nlet p1 = g.add(\"Person 1\");\nlet p2 = g.add(\"Person 2\");\n\nlet p1_p2 = g.add_edge(p1, p2, 4 as usize);\n\ng.remove_edge(p1_p2);\ng.remove(p1);\n```\n\n## Further Info\n- Crate can be found on [crates.io](crates.io/crates/recollection) or [lib.rs](lib.rs/crates/recollection).\n- Documentation can be found on [docs.rs](https://docs.rs/recollection)\n\n\n### Author\n👤 **Chris P**\n\n* Website: https://clp.is\n* Twitter: [@clp\\_is](https://twitter.com/clp_is)\n* Github: [@clpi](https://github.com/clpi)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclpi%2Frecollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclpi%2Frecollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclpi%2Frecollection/lists"}