{"id":15032212,"url":"https://github.com/avitex/rust-arae","last_synced_at":"2026-01-18T00:20:21.178Z","repository":{"id":52413892,"uuid":"245295911","full_name":"avitex/rust-arae","owner":"avitex","description":"Cursed data structures","archived":false,"fork":false,"pushed_at":"2021-04-29T21:25:08.000Z","size":239,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T18:55:14.567Z","etag":null,"topics":["cursor","no-std","ring-buffer","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avitex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T00:25:13.000Z","updated_at":"2020-04-20T15:07:28.000Z","dependencies_parsed_at":"2022-09-26T16:41:16.008Z","dependency_job_id":null,"html_url":"https://github.com/avitex/rust-arae","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/avitex%2Frust-arae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitex%2Frust-arae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitex%2Frust-arae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitex%2Frust-arae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avitex","download_url":"https://codeload.github.com/avitex/rust-arae/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280177,"owners_count":20912965,"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":["cursor","no-std","ring-buffer","rust-lang"],"created_at":"2024-09-24T20:17:45.532Z","updated_at":"2026-01-18T00:20:21.168Z","avatar_url":"https://github.com/avitex.png","language":"Rust","readme":"![Project Status](https://img.shields.io/badge/status-experimental-red)\n[![Build Status](https://travis-ci.com/avitex/rust-arae.svg?branch=master)](https://travis-ci.com/avitex/rust-arae)\n[![Crate](https://img.shields.io/crates/v/arae.svg)](https://crates.io/crates/arae)\n[![Docs](https://docs.rs/arae/badge.svg)](https://docs.rs/arae)\n\n# rust-arae\n\n**Cursed data structures**  \nDocumentation hosted on [docs.rs](https://docs.rs/arae).\n\n## Experimental\n\n\u003e **Until otherwise noted, this library is experimental. Unsound issues should be assumed until fixed and verified**\n\n```toml\n[dependencies]\narae = \"0.2.0\"\n```\n\n## Example\n\n```rust\nuse arae::{CurVec, CursedExt, Bounded};\n\n// Create a new `CurVec` of length 10 with the elements \n// initialized via `Default::default`.\nlet mut vec = CurVec::new_with_default(10);\n\n// Create two cursors pointing the the head of the vec.\nlet write_cursor = vec.hptr();\nlet read_cursor = vec.hptr();\n\n*vec.get_mut(write_cursor) = 1;\n\nassert_eq!(*vec.get(read_cursor), 1);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitex%2Frust-arae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favitex%2Frust-arae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitex%2Frust-arae/lists"}