{"id":16795130,"url":"https://github.com/mehcode/atomic-array-rs","last_synced_at":"2025-07-13T13:33:40.665Z","repository":{"id":62438310,"uuid":"135672597","full_name":"mehcode/atomic-array-rs","owner":"mehcode","description":"Defines several array types in which elements may be updated atomically. Intended to provide atomic array types similar to those found in java.util.concurrent.atomic in Java.","archived":false,"fork":false,"pushed_at":"2018-06-08T23:24:15.000Z","size":20,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T04:07:05.391Z","etag":null,"topics":["concurrent-data-structure","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-01T05:43:16.000Z","updated_at":"2023-09-10T06:30:46.000Z","dependencies_parsed_at":"2022-11-01T21:51:14.346Z","dependency_job_id":null,"html_url":"https://github.com/mehcode/atomic-array-rs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mehcode/atomic-array-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fatomic-array-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fatomic-array-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fatomic-array-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fatomic-array-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehcode","download_url":"https://codeload.github.com/mehcode/atomic-array-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fatomic-array-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265151229,"owners_count":23719118,"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":["concurrent-data-structure","rust"],"created_at":"2024-10-13T09:15:29.957Z","updated_at":"2025-07-13T13:33:40.611Z","avatar_url":"https://github.com/mehcode.png","language":"Rust","readme":"# atomic-array\n![Rust](https://img.shields.io/badge/rust-stable-brightgreen.svg)\n[![Crates.io](https://img.shields.io/crates/d/atomic-array.svg)](https://crates.io/crates/atomic-array)\n[![Docs.rs](https://docs.rs/atomic-array/badge.svg)](https://docs.rs/atomic-array)\n\u003e Defines several array types in which elements may be updated atomically. Intended to provide atomic array types similar to those found in `java.util.concurrent.atomic` in Java.\n\nProvides the following types:\n\n * `AtomicOptionRefArray` – Corresponds to [`AtomicReferenceArray`](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReferenceArray.html).\n * `AtomicRefArray` – `AtomicOptionRefArray` with enforced default values to remove the optional property of the elements.\n * `AtomicBoolArray`\n * `AtomicUsizeArray`, `AtomicIsizeArray`\n * `AtomicI8` ... `AtomicI64Array` (requires a `nightly` compiler and `integer_atomics` feature)\n * `AtomicU8` ... `AtomicU64Array` (requires a `nightly` compiler and `integer_atomics` feature)\n\n## Usage\n\n```toml\n[dependencies]\natomic-array = \"0.3\"\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fatomic-array-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehcode%2Fatomic-array-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fatomic-array-rs/lists"}