11 releases (4 breaking)

0.5.3 Feb 16, 2024
0.5.2 Jan 10, 2024
0.5.1 Sep 19, 2023
0.4.0 Sep 15, 2023
0.1.0 May 31, 2023

#929 in GUI

Download history 587/week @ 2023-12-15 379/week @ 2023-12-22 498/week @ 2023-12-29 709/week @ 2024-01-05 631/week @ 2024-01-12 712/week @ 2024-01-19 884/week @ 2024-01-26 1088/week @ 2024-02-02 670/week @ 2024-02-09 676/week @ 2024-02-16 651/week @ 2024-02-23 651/week @ 2024-03-01 621/week @ 2024-03-08 1021/week @ 2024-03-15 931/week @ 2024-03-22 529/week @ 2024-03-29

3,225 downloads per month
Used in 2 crates

MPL-2.0 license

115KB
2K SLoC

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.


lib.rs:

Helpful utilities for [eyeball-im][eyeball_im].

Dependencies

~3.5–4.5MB
~77K SLoC