{"id":17694327,"url":"https://github.com/sdroege/send-cell","last_synced_at":"2025-05-13T03:26:43.595Z","repository":{"id":57666600,"uuid":"99375285","full_name":"sdroege/send-cell","owner":"sdroege","description":"Immutable memory region with runtime Send checking","archived":false,"fork":false,"pushed_at":"2018-07-27T10:16:58.000Z","size":18,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T11:02:49.959Z","etag":null,"topics":["concurrency","multi-threading","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdroege.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":"2017-08-04T19:52:53.000Z","updated_at":"2022-08-16T09:08:09.000Z","dependencies_parsed_at":"2022-09-26T20:31:41.907Z","dependency_job_id":null,"html_url":"https://github.com/sdroege/send-cell","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdroege%2Fsend-cell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdroege%2Fsend-cell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdroege%2Fsend-cell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdroege%2Fsend-cell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdroege","download_url":"https://codeload.github.com/sdroege/send-cell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253865926,"owners_count":21976014,"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":["concurrency","multi-threading","rust"],"created_at":"2024-10-24T13:48:27.248Z","updated_at":"2025-05-13T03:26:43.562Z","avatar_url":"https://github.com/sdroege.png","language":"Rust","readme":"# send-cell [![crates.io](https://img.shields.io/crates/v/send-cell.svg)](https://crates.io/crates/send-cell) [![Build Status](https://travis-ci.org/sdroege/send-cell.svg?branch=master)](https://travis-ci.org/sdroege/send-cell) [![docs.rs](https://docs.rs/send-cell/badge.svg)](https://docs.rs/send-cell)\n\n**DEPRECATED: This crate is now deprecated in favour of\n[fragile](https://crates.io/crates/fragile). The `fragile::Fragile` type\nhas essentially the same guarantees and works the same**\n\nAn immutable memory location that implements `Send` for types that do not\nimplement it.\n\nEnforcing safety with regard to the `Send` trait happens at runtime instead of\ncompile time. Accessing the contained value will call `panic!` if happening\nfrom any thread but the thread on which the value was created on. The\n`SendCell` can be safely transferred to other threads.\n\n## LICENSE\n\nsend-cell is licensed under the MIT license ([LICENSE](LICENSE) or\nhttp://opensource.org/licenses/MIT).\n\n## Contribution\n\nAny kinds of contributions are welcome as a pull request.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in send-cell by you shall be licensed under the MIT license as above,\nwithout any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdroege%2Fsend-cell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdroege%2Fsend-cell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdroege%2Fsend-cell/lists"}