reduxr 0.1.3

Redux store with full middleware support
Documentation
1
2
3
4
5
6
7
8
9
10
# ReduxR - Redux for rust
This repository provides a redux store, with some examples that show how to do redux in rust.

## Automated tests
Never commit something that breaks the build! You can easily prevent this by linking the `pre-commit` script as a git `pre-commit` hook!

like this:
```bash
ln pre-commit .git/hooks/pre-commit
```