{"id":19420156,"url":"https://github.com/lmarzocchetti/rustuple","last_synced_at":"2025-10-30T22:34:51.269Z","repository":{"id":217154808,"uuid":"732078709","full_name":"lmarzocchetti/rustuple","owner":"lmarzocchetti","description":"A Rust tuple space implementation","archived":false,"fork":false,"pushed_at":"2024-02-15T17:37:30.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T18:18:49.232Z","etag":null,"topics":["library","rust","rust-lang","server","tuple"],"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/lmarzocchetti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-15T15:34:37.000Z","updated_at":"2024-02-13T18:00:11.000Z","dependencies_parsed_at":"2024-01-14T21:20:53.783Z","dependency_job_id":"e4c8fad9-2c12-4b85-a6e9-747cfec02a07","html_url":"https://github.com/lmarzocchetti/rustuple","commit_stats":null,"previous_names":["lmarzocchetti/rustuple"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmarzocchetti%2Frustuple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmarzocchetti%2Frustuple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmarzocchetti%2Frustuple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmarzocchetti%2Frustuple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmarzocchetti","download_url":"https://codeload.github.com/lmarzocchetti/rustuple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599197,"owners_count":19826959,"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":["library","rust","rust-lang","server","tuple"],"created_at":"2024-11-10T13:21:27.090Z","updated_at":"2025-10-30T22:34:46.228Z","avatar_url":"https://github.com/lmarzocchetti.png","language":"Rust","readme":"# rustuple\nA Rust tuple space implementation using Web Socket!\n\n### Project division\nThis library is composed by a Server and a Library to write components that can communicate with each other in the Tuple Space.\n\n### Operations implemented (Linda)\n- Out: Put a Tuple in the Tuple space\n- In (non-blocking): Extract a tuple from the Tuple space\n- In (blocking): Blocking version of In\n- Rd (non-blocking): Read a tuple from the Tuple space\n- Rd (blocking): Blocking version of Rd\n\n### Compile and using\nCompile the server:\n```\n$ cargo build --bin --release rustuple \n```\nRun the server (in the target/release folder):\n```\n$ ./rustuple \u003cIP_ADDR\u003e \u003cPORT_NUM\u003e\n```\nI use in the example client IP_ADDR = \"127.0.0.1\" and PORT_NUM = \"9001\"\n\nRun the example algorithm (leader election: lcr algorithm) that used the library:\n```\n$ cargo run --bin --release lcr_algorithm\n```\n\nTo use the Library create a new [[bin]] in the Cargo.toml file and simply use:\n```\nuse rustuple::data;\nuse rustuple::tuple_space;\n```\n\nIn the data module there are all the data structures and in the tuple_space there is the struct to connect and access the Tuple Space. (see the bin folder for the example client)\n\n### Documentation\nYou can access the documentation by run:\n```\n$ cargo doc --release --open \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmarzocchetti%2Frustuple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmarzocchetti%2Frustuple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmarzocchetti%2Frustuple/lists"}