{"id":17823014,"url":"https://github.com/kickeddroid/kronosx-rs","last_synced_at":"2025-06-10T17:06:01.739Z","repository":{"id":114188906,"uuid":"256098647","full_name":"KickedDroid/kronosx-rs","owner":"KickedDroid","description":"Proof-of-concept using DAGS","archived":false,"fork":false,"pushed_at":"2020-05-28T23:13:42.000Z","size":549651,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T10:43:58.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/KickedDroid.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":"2020-04-16T03:22:43.000Z","updated_at":"2023-07-02T02:15:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c07dc31-37d0-4031-8da9-97b4c164e174","html_url":"https://github.com/KickedDroid/kronosx-rs","commit_stats":null,"previous_names":["kickeddroid/kronosx-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fkronosx-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fkronosx-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fkronosx-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fkronosx-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KickedDroid","download_url":"https://codeload.github.com/KickedDroid/kronosx-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fkronosx-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259114438,"owners_count":22807241,"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-10-27T17:50:26.017Z","updated_at":"2025-06-10T17:06:01.713Z","avatar_url":"https://github.com/KickedDroid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kronosx-rs\n\n\n## Usage\n\n### Dag put\n```rust\nfn dag_put_test() {\n     let data = \"Hey Bruh\".as_bytes();\n     put_dag(data);\n}\n````\n````\nOUTPUT: \"bafkreib2wkausqyegptb7m7vhegd3oiqdzhwnhb7xxkipqifi3623u7feq\"\n````\n### Dag get\n```rust\nfn dag_get_test() {\n    let cid = \"bafkreib2wkausqyegptb7m7vhegd3oiqdzhwnhb7xxkipqifi3623u7feq\";\n    get_dag(cid.to_string());\n}\n````\n\n````\nOUTPUT: Ok(\"Hey Bruh\")\n````\n### Dag get many\n```rust\nfn dag_get_many_test() {\n    let cid = \"bafkreib2wkausqyegptb7m7vhegd3oiqdzhwnhb7xxkipqifi3623u7feq\";\n    let cid2 = \"bafkreiadrrjhot4osxtgb6voecvgfwabmjesgfdblh6iqgqt3l6l6soz4y\";\n\n    let mut cids = Vec::default();\n    cids.push(cid.to_string());\n    cids.push(cid2.to_string());\n    get_dag_many(\u0026cids);\n}\n````\n````\nOUTPUT: \nOk(\"Hey Bruh\")\nOk(\"Wassaup dude\")\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fkronosx-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickeddroid%2Fkronosx-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fkronosx-rs/lists"}