{"id":18443207,"url":"https://github.com/mkroening/exclusive_cell","last_synced_at":"2025-04-14T20:15:59.018Z","repository":{"id":64826249,"uuid":"578544118","full_name":"mkroening/exclusive_cell","owner":"mkroening","description":"A thread-safe, non-blocking, no-std cell that can only be accessed once.","archived":false,"fork":false,"pushed_at":"2023-09-04T19:29:50.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T20:15:54.980Z","etag":null,"topics":["cell","exclusive","once","rust","singleton","static"],"latest_commit_sha":null,"homepage":"","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/mkroening.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-15T10:02:13.000Z","updated_at":"2022-12-15T10:30:41.000Z","dependencies_parsed_at":"2024-11-06T06:46:51.543Z","dependency_job_id":"9cdea7ac-8733-4eee-93bf-b05a2657aec3","html_url":"https://github.com/mkroening/exclusive_cell","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e863e5762a779055ac5064823e0b18ff99dadde1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkroening%2Fexclusive_cell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkroening%2Fexclusive_cell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkroening%2Fexclusive_cell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkroening%2Fexclusive_cell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkroening","download_url":"https://codeload.github.com/mkroening/exclusive_cell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952356,"owners_count":21188427,"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":["cell","exclusive","once","rust","singleton","static"],"created_at":"2024-11-06T06:46:38.986Z","updated_at":"2025-04-14T20:15:58.999Z","avatar_url":"https://github.com/mkroening.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exclusive_cell\n\n[![Crates.io](https://img.shields.io/crates/v/exclusive_cell)](https://crates.io/crates/exclusive_cell)\n[![docs.rs](https://img.shields.io/docsrs/exclusive_cell)](https://docs.rs/exclusive_cell)\n[![CI](https://github.com/mkroening/exclusive_cell/actions/workflows/ci.yml/badge.svg)](https://github.com/mkroening/exclusive_cell/actions/workflows/ci.yml)\n\nThis crate provides two thread-safe, non-blocking, no-std synchronization primitives:\n* [`ExclusiveCell`] can be accessed at most once and provides mutable access to the stored contents.\n* [`CallOnce`] can only be called once successfully.\n\n[`ExclusiveCell`]: https://docs.rs/exclusive_cell/latest/exclusive_cell/struct.ExclusiveCell.html\n[`CallOnce`]: https://docs.rs/exclusive_cell/latest/exclusive_cell/struct.CallOnce.html\n\nFor API documentation see the [docs].\n\n[docs]: https://docs.rs/exclusive_cell\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkroening%2Fexclusive_cell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkroening%2Fexclusive_cell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkroening%2Fexclusive_cell/lists"}