{"id":13995373,"url":"https://github.com/redux-rs/redux-rs","last_synced_at":"2026-04-02T02:18:53.481Z","repository":{"id":34074226,"uuid":"166705012","full_name":"redux-rs/redux-rs","owner":"redux-rs","description":":package: A Rust implementation of Redux.","archived":false,"fork":false,"pushed_at":"2024-01-30T10:23:36.000Z","size":87,"stargazers_count":235,"open_issues_count":8,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-31T11:36:19.552Z","etag":null,"topics":["redux","rust","state","state-management"],"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/redux-rs.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}},"created_at":"2019-01-20T20:17:46.000Z","updated_at":"2024-10-18T02:26:03.000Z","dependencies_parsed_at":"2024-01-30T11:43:47.191Z","dependency_job_id":null,"html_url":"https://github.com/redux-rs/redux-rs","commit_stats":{"total_commits":47,"total_committers":4,"mean_commits":11.75,"dds":0.08510638297872342,"last_synced_commit":"9bd085c2f0c461d7050883092dbc3ec7ebd9a1cf"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redux-rs%2Fredux-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redux-rs%2Fredux-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redux-rs%2Fredux-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redux-rs%2Fredux-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redux-rs","download_url":"https://codeload.github.com/redux-rs/redux-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227177928,"owners_count":17743203,"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":["redux","rust","state","state-management"],"created_at":"2024-08-09T14:03:22.413Z","updated_at":"2025-12-12T14:39:53.536Z","avatar_url":"https://github.com/redux-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"[![Build Status][build-img]][build-url]\n[![Crates.io][crates-io-img]][crates-io-url]\n[![Documentation][docs-img]][docs-url]\n\n# redux-rs\n\n\u003e A Rust implementation of Redux.\n\n## Redux\n\n[Redux][redux-wikipedia-url], [originally implemented in JavaScript][redux-js-url], is an functional approach to state management.\nThe core concept is that you have a _state_ and a _reducer_, a function to create a new state from the old one and an _action_, a description of what to change.\nBecause the state itself is immutable, this results in a very clean way of managing application state, where every possible action is defined beforehand and dispatched later on.\n\n## Usage\n\nYou might want to read the [documentation][docs-url], which also provides examples.\n\nAlso consider checking out the [examples](examples).\n\nTo run an example:\n\n```\ncargo run --example \u003cname of the example\u003e\n```\n\n[build-img]: https://github.com/jeroenvervaeke/redux-rs/actions/workflows/build.yml/badge.svg\n[build-url]: https://github.com/jeroenvervaeke/redux-rs/actions/workflows/build.yml\n[crates-io-img]: https://img.shields.io/crates/v/redux-rs.svg\n[crates-io-url]: https://crates.io/crates/redux-rs\n[docs-img]: https://docs.rs/redux-rs/badge.svg\n[docs-url]: https://docs.rs/redux-rs\n[redux-wikipedia-url]: https://en.wikipedia.org/wiki/Redux_(JavaScript_library)\n[redux-js-url]: https://redux.js.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredux-rs%2Fredux-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredux-rs%2Fredux-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredux-rs%2Fredux-rs/lists"}