No description
Find a file
2026-03-28 00:06:47 +01:00
.github chore: Update typos 2025-01-27 03:16:51 -05:00
eyeball Remove unnecessary explicit --cfg docsrs 2025-05-13 22:50:04 +02:00
eyeball-im doc: Update CHANGELOG.mds. 2025-09-19 15:44:57 +02:00
eyeball-im-util doc: Update CHANGELOG.mds. 2025-09-19 15:44:57 +02:00
.clippy.toml Enable non-default lints 2023-05-31 16:15:03 +02:00
.gitignore Add a benchmark to eyeball 2023-02-22 22:27:30 +01:00
.rustfmt.toml Initial release 2023-02-19 20:48:42 +01:00
Cargo.toml Update repository URL 2026-03-28 00:06:47 +01:00
LICENSE Initial release 2023-02-19 20:48:42 +01:00
README.md Update README.md 2023-12-10 14:15:27 +01:00

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 Observable type 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.