Utility functions for async reactive programming
- Rust 100%
| .github |
chore: Update typos
|
|
| eyeball | Remove unnecessary explicit --cfg docsrs | |
| eyeball-im |
doc: Update CHANGELOG.mds.
|
|
| eyeball-im-util |
doc: Update CHANGELOG.mds.
|
|
| .clippy.toml | Enable non-default lints | |
| .gitignore | Add a benchmark to eyeball | |
| .rustfmt.toml | Initial release | |
| Cargo.toml | Update repository URL | |
| LICENSE | Initial release | |
| README.md | Update README.md | |
eyeball 👁️
eyeball (verb) - synonym for observe
Add observability to your Rust types! Currently, polling observables is only possibly in async Rust, but this constraint might be lifted in the future.
This repository hosts the following crates:
- eyeball – Contains the basic
Observabletype and things related to that - eyeball-im – Contains observable collections (currently only
ObservableVector) - eyeball-im-util – Contains additional utilities on top of
eyeball-im
Click on one of the links to find out more.
License
Both crates are distributed under the terms of the Mozilla Public License 2.0. You can find the license text in the LICENSE file.