{"id":13648751,"url":"https://github.com/elast0ny/shared_memory","last_synced_at":"2026-03-10T07:15:42.394Z","repository":{"id":40567315,"uuid":"130131508","full_name":"elast0ny/shared_memory","owner":"elast0ny","description":"A Rust wrapper around native shared memory for Linux and Windows","archived":false,"fork":false,"pushed_at":"2023-09-05T01:02:16.000Z","size":323,"stargazers_count":429,"open_issues_count":15,"forks_count":61,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-14T00:58:38.709Z","etag":null,"topics":["rust","shared-memory"],"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/elast0ny.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2018-04-18T23:04:50.000Z","updated_at":"2025-12-31T08:25:43.000Z","dependencies_parsed_at":"2024-06-21T19:01:57.413Z","dependency_job_id":"e618bd2d-f0fe-41bd-a7b2-7b6d9be59975","html_url":"https://github.com/elast0ny/shared_memory","commit_stats":null,"previous_names":["elast0ny/mem_file","elast0ny/shared_memory-rs"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/elast0ny/shared_memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elast0ny%2Fshared_memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elast0ny%2Fshared_memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elast0ny%2Fshared_memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elast0ny%2Fshared_memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elast0ny","download_url":"https://codeload.github.com/elast0ny/shared_memory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elast0ny%2Fshared_memory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["rust","shared-memory"],"created_at":"2024-08-02T01:04:30.600Z","updated_at":"2026-03-10T07:15:42.370Z","avatar_url":"https://github.com/elast0ny.png","language":"Rust","funding_links":[],"categories":["Rust","Shared Memory"],"sub_categories":[],"readme":"# shared_memory\n[![Build Status](https://github.com/elast0ny/shared_memory-rs/workflows/build/badge.svg)](https://github.com/elast0ny/shared_memory-rs/actions?query=workflow%3Abuild)\n[![crates.io](https://img.shields.io/crates/v/shared_memory.svg)](https://crates.io/crates/shared_memory)\n[![mio](https://docs.rs/shared_memory/badge.svg)](https://docs.rs/shared_memory/)\n[![Lines of Code](https://tokei.rs/b1/github/elast0ny/shared_memory-rs?category=code)](https://tokei.rs/b1/github/elast0ny/shared_memory-rs?category=code)\n\nA crate that allows you to share memory between __processes__.\n\nThis crate provides lightweight wrappers around shared memory APIs in an OS agnostic way. It is intended to be used with it's sister crate [raw_sync](https://github.com/elast0ny/raw_sync-rs) which provide simple primitves to synchronize access to the shared memory (Mutex, RwLock, Events, etc...).\n\n| raw_sync |\n|----|\n|[![crates.io](https://img.shields.io/crates/v/raw_sync.svg)](https://crates.io/crates/raw_sync) [![docs.rs](https://docs.rs/raw_sync/badge.svg)](https://docs.rs/raw_sync/)|\n\n## Usage\n\nFor usage examples, see code located in [examples/](examples/) :\n\n  | Examples | Description |\n  |----------|-------------|\n  |[event](examples/event.rs)| Shows the use of shared events through shared memory|\n  |[mutex](examples/mutex.rs)| Shows the use of a shared mutex through shared memory|\n\n## License\n\n * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n * [MIT license](http://opensource.org/licenses/MIT)\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%2Felast0ny%2Fshared_memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felast0ny%2Fshared_memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felast0ny%2Fshared_memory/lists"}